diff options
Diffstat (limited to 'klaptopdaemon/laptop_daemon.h')
-rw-r--r-- | klaptopdaemon/laptop_daemon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klaptopdaemon/laptop_daemon.h b/klaptopdaemon/laptop_daemon.h index 7617a0d..f5ba767 100644 --- a/klaptopdaemon/laptop_daemon.h +++ b/klaptopdaemon/laptop_daemon.h @@ -74,6 +74,7 @@ class laptop_dock; class laptop_daemon: public KDEDModule { Q_OBJECT +// TQ_OBJECT K_DCOP public: laptop_daemon(const TQCString& obj); @@ -167,7 +168,7 @@ protected: int saved_brightness_val; TQString saved_performance_val, saved_throttle_val; TQTimer *wake_timer; // the timer for the above running - QPoint wakepos; // the mouse pos at the beginning of time + TQPoint wakepos; // the mouse pos at the beginning of time void WakeUpAuto(); TQTimer *backoffTimer; // backoff |