diff options
Diffstat (limited to 'kio/tests/kruntest.h')
-rw-r--r-- | kio/tests/kruntest.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kio/tests/kruntest.h b/kio/tests/kruntest.h index e1bb92729..3df8e1ac5 100644 --- a/kio/tests/kruntest.h +++ b/kio/tests/kruntest.h @@ -21,7 +21,7 @@ #include <krun.h> -#include <qwidget.h> +#include <tqwidget.h> class testKRun : public KRun { @@ -34,7 +34,7 @@ public: virtual ~testKRun() {} - virtual void foundMimeType( const QString& _type ); + virtual void foundMimeType( const TQString& _type ); }; @@ -50,8 +50,8 @@ public slots: void slotStart(); void slotStop(); private: - QPushButton * start; - QPushButton * stop; + TQPushButton * start; + TQPushButton * stop; }; |