summaryrefslogtreecommitdiffstats
path: root/kfind/kfwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/kfwin.cpp')
-rw-r--r--kfind/kfwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kfwin.cpp b/kfind/kfwin.cpp
index 27fe22b87..c5c375c22 100644
--- a/kfind/kfwin.cpp
+++ b/kfind/kfwin.cpp
@@ -146,7 +146,7 @@ KfindWindow::KfindWindow( TQWidget *parent, const char *name )
TQString KfindWindow::reducedDir(const TQString& fullDir)
{
- if (fullDir.tqfind(m_baseDir)==0)
+ if (fullDir.find(m_baseDir)==0)
{
TQString tmp=fullDir.mid(m_baseDir.length());
return tmp;