diff options
Diffstat (limited to 'konq-plugins/autorefresh/autorefresh.h')
-rw-r--r-- | konq-plugins/autorefresh/autorefresh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/autorefresh/autorefresh.h b/konq-plugins/autorefresh/autorefresh.h index 370e42b..7616382 100644 --- a/konq-plugins/autorefresh/autorefresh.h +++ b/konq-plugins/autorefresh/autorefresh.h @@ -36,7 +36,7 @@ public: /** * Construct a new KParts plugin. */ - AutoRefresh( QObject* parent = 0, const char* name = 0, const QStringList &args = QStringList() ); + AutoRefresh( TQObject* parent = 0, const char* name = 0, const TQStringList &args = TQStringList() ); /** * Destructor. @@ -49,7 +49,7 @@ public slots: private: KSelectAction *refresher; - QTimer *timer; + TQTimer *timer; }; #endif |