summaryrefslogtreecommitdiffstats
path: root/kfind/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/main.cpp')
-rw-r--r--kfind/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kfind/main.cpp b/kfind/main.cpp
index a92f0ddcd..eb19ef041 100644
--- a/kfind/main.cpp
+++ b/kfind/main.cpp
@@ -1,5 +1,5 @@
-#include <qdir.h>
-#include <qfile.h>
+#include <tqdir.h>
+#include <tqfile.h>
#include <kapplication.h>
#include <klocale.h>
@@ -53,9 +53,9 @@ int main( int argc, char ** argv )
if (args->count() > 0)
url = args->url(0);
if (url.isEmpty())
- url = QDir::currentDirPath();
+ url = TQDir::currentDirPath();
if (url.isEmpty())
- url = QDir::homeDirPath();
+ url = TQDir::homeDirPath();
args->clear();
KfindDlg kfinddlg(url, 0, "dialog");