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 fa86a1240..7182a8d0f 100644
--- a/kfind/kftabdlg.cpp
+++ b/kfind/kftabdlg.cpp
@@ -76,7 +76,7 @@ KfindTabWidget::KfindTabWidget(TQWidget *parent, const char *name)
subdirsCb->setChecked(true);
caseSensCb->setChecked(false);
useLocateCb->setChecked(false);
- if(KStandardDirs::findExe("locate")==NULL)
+ if(TDEStandardDirs::findExe("locate")==NULL)
useLocateCb->setEnabled(false);
nameBox->setDuplicatesEnabled(FALSE);