diff options
Diffstat (limited to 'karm/idletimedetector.h')
-rw-r--r-- | karm/idletimedetector.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/karm/idletimedetector.h b/karm/idletimedetector.h index b7092930c..8234b427b 100644 --- a/karm/idletimedetector.h +++ b/karm/idletimedetector.h @@ -1,9 +1,9 @@ #ifndef KARM_IDLE_TIME_DETECTOR_H #define KARM_IDLE_TIME_DETECTOR_H -#include <qobject.h> +#include <tqobject.h> #include "config.h" // HAVE_LIBXSS -#include <qdatetime.h> +#include <tqdatetime.h> #include <kdebug.h> class QTimer; @@ -55,8 +55,8 @@ signals: /** Tells the listener to stop timing **/ void stopAllTimers(); - /** Tells the listener to stop timing for QDateTime **/ - void stopAllTimersAt(QDateTime qdt); + /** Tells the listener to stop timing for TQDateTime **/ + void stopAllTimersAt(TQDateTime qdt); public slots: /** @@ -98,7 +98,7 @@ private: bool _idleDetectionPossible; bool _overAllIdleDetect; // Based on preferences. int _maxIdle; - QTimer *_timer; + TQTimer *_timer; }; #endif // KARM_IDLE_TIME_DETECTOR_H |