From e6270284cf06b220a9bef9267561aac7b9d485a9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:56:44 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 6df27473e52921dbfb268945c748639f1cf806e4) --- src/modules/notifier/notifierwindow.h | 2 +- src/modules/notifier/notifierwindowtabs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/notifier') diff --git a/src/modules/notifier/notifierwindow.h b/src/modules/notifier/notifierwindow.h index 5096d4fb..1aee5d62 100644 --- a/src/modules/notifier/notifierwindow.h +++ b/src/modules/notifier/notifierwindow.h @@ -59,7 +59,7 @@ extern kvi_time_t g_tNotifierDisabledUntil; class KviNotifierWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KviNotifierWindow(); 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); -- cgit v1.2.1