diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kio/tests/kdirlistertest.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/tests/kdirlistertest.h')
-rw-r--r-- | kio/tests/kdirlistertest.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kio/tests/kdirlistertest.h b/kio/tests/kdirlistertest.h index 5c0e751a4..6b1e831f5 100644 --- a/kio/tests/kdirlistertest.h +++ b/kio/tests/kdirlistertest.h @@ -21,8 +21,8 @@ #ifndef _KDIRLISTERTEST_H_ #define _KDIRLISTERTEST_H_ -#include <qwidget.h> -#include <qstring.h> +#include <tqwidget.h> +#include <tqstring.h> #include <kurl.h> #include <kfileitem.h> @@ -35,7 +35,7 @@ class PrintSignals : public QObject { Q_OBJECT public: - PrintSignals() : QObject() { } + PrintSignals() : TQObject() { } public slots: void started( const KURL &url ) @@ -82,7 +82,7 @@ public slots: cout << "*** refreshItems: " << endl; // TODO } - void infoMessage( const QString& msg ) + void infoMessage( const TQString& msg ) { cout << "*** infoMessage: " << msg.local8Bit() << endl; } void percent( int percent ) @@ -102,7 +102,7 @@ class KDirListerTest : public QWidget { Q_OBJECT public: - KDirListerTest( QWidget *parent=0, const char *name=0 ); + KDirListerTest( TQWidget *parent=0, const char *name=0 ); ~KDirListerTest(); public slots: |