diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:49:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:49:49 -0600 |
commit | dc5f267664506a312203c26bfe9001a448b0bb0f (patch) | |
tree | a78c7f15e87303d22b89619db42fc56ad8f4a046 /kfind | |
parent | 98f4a055baf6eb7ea5c3d69d6a3f2162b491e253 (diff) | |
download | tdebase-dc5f267664506a312203c26bfe9001a448b0bb0f.tar.gz tdebase-dc5f267664506a312203c26bfe9001a448b0bb0f.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'kfind')
-rw-r--r-- | kfind/kftabdlg.cpp | 2 |
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"); } |