diff options
Diffstat (limited to 'src/modules/notifier/notifierwindowtabs.h')
-rw-r--r-- | src/modules/notifier/notifierwindowtabs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/notifier/notifierwindowtabs.h b/src/modules/notifier/notifierwindowtabs.h index 94a13539..81a189e4 100644 --- a/src/modules/notifier/notifierwindowtabs.h +++ b/src/modules/notifier/notifierwindowtabs.h @@ -49,7 +49,7 @@ typedef struct wndTabPair_s { class KviNotifierWindowTab : public TQObject // this class defines an object for every single tab about the tabs area { - Q_OBJECT + TQ_OBJECT public: KviNotifierWindowTab(KviWindow *, TQString); |