diff options
Diffstat (limited to 'karm/idletimedetector.h')
-rw-r--r-- | karm/idletimedetector.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/karm/idletimedetector.h b/karm/idletimedetector.h index 42b41d083..185bc5f23 100644 --- a/karm/idletimedetector.h +++ b/karm/idletimedetector.h @@ -25,9 +25,10 @@ const int testInterval= secsPerMinute * 1000; * Keep track of how long the computer has been idle. */ -class IdleTimeDetector :public QObject +class IdleTimeDetector :public TQObject { Q_OBJECT + TQ_OBJECT public: /** |