summaryrefslogtreecommitdiffstats
path: root/kfind/kftabdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/kftabdlg.cpp')
-rw-r--r--kfind/kftabdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kftabdlg.cpp b/kfind/kftabdlg.cpp
index 7182a8d0f..04215d59d 100644
--- a/kfind/kftabdlg.cpp
+++ b/kfind/kftabdlg.cpp
@@ -272,7 +272,7 @@ KfindTabWidget::KfindTabWidget(TQWidget *parent, const char *name)
TQToolTip::add(binaryContextCb,binaryTooltip);
TQPushButton* editRegExp = 0;
- if ( !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty() ) {
+ if ( !TDETrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty() ) {
// The editor is available, so lets use it.
editRegExp = new TQPushButton(i18n("&Edit..."), pages[2], "editRegExp");
}