diff options
Diffstat (limited to 'krdc/kfullscreenpanel.h')
-rw-r--r-- | krdc/kfullscreenpanel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krdc/kfullscreenpanel.h b/krdc/kfullscreenpanel.h index 429a7194..80e2981f 100644 --- a/krdc/kfullscreenpanel.h +++ b/krdc/kfullscreenpanel.h @@ -24,7 +24,7 @@ #include <tqtimer.h> class Counter : public TQObject { - Q_OBJECT + TQ_OBJECT private: TQTimer m_timer; @@ -46,7 +46,7 @@ signals: class KFullscreenPanel : public TQWidget { - Q_OBJECT + TQ_OBJECT private: TQWidget *m_child; |