summaryrefslogtreecommitdiffstats
path: root/kio/kfile/tests/kfdtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kfile/tests/kfdtest.h')
-rw-r--r--kio/kfile/tests/kfdtest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kio/kfile/tests/kfdtest.h b/kio/kfile/tests/kfdtest.h
index 0743bb96c..3f980bc94 100644
--- a/kio/kfile/tests/kfdtest.h
+++ b/kio/kfile/tests/kfdtest.h
@@ -8,20 +8,20 @@
#ifndef KFDTEST_H
#define KFDTEST_H
-#include <qobject.h>
+#include <tqobject.h>
class KFDTest : public QObject
{
Q_OBJECT
public:
- KFDTest( const QString& startDir, QObject *parent = 0, const char *name = 0);
+ KFDTest( const TQString& startDir, TQObject *parent = 0, const char *name = 0);
public slots:
void doit();
private:
- QString m_startDir;
+ TQString m_startDir;
};