summaryrefslogtreecommitdiffstats
path: root/digikam/libs/dialogs/rawcameradlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/dialogs/rawcameradlg.cpp')
-rw-r--r--digikam/libs/dialogs/rawcameradlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/libs/dialogs/rawcameradlg.cpp b/digikam/libs/dialogs/rawcameradlg.cpp
index e67a565..298b47d 100644
--- a/digikam/libs/dialogs/rawcameradlg.cpp
+++ b/digikam/libs/dialogs/rawcameradlg.cpp
@@ -139,8 +139,8 @@ RawCameraDlg::RawCameraDlg(TQWidget *parent)
// --------------------------------------------------------
- connect(d->searchBar, TQT_SIGNAL(signalTextChanged(const TQString&)),
- this, TQT_SLOT(slotSearchTextChanged(const TQString&)));
+ connect(d->searchBar, TQ_SIGNAL(signalTextChanged(const TQString&)),
+ this, TQ_SLOT(slotSearchTextChanged(const TQString&)));
resize(500, 500);
}