diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:56:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:09:37 +0900 |
commit | 6df27473e52921dbfb268945c748639f1cf806e4 (patch) | |
tree | d7d3d6d697f4e8b25e8b2f125bbec284f5dab741 /src/modules/notifier | |
parent | 5e2a1ae3feaa4b6f0f8cca5abc8326612f1c4ca0 (diff) | |
download | kvirc-6df27473e52921dbfb268945c748639f1cf806e4.tar.gz kvirc-6df27473e52921dbfb268945c748639f1cf806e4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/notifier')
-rw-r--r-- | src/modules/notifier/notifierwindow.h | 2 | ||||
-rw-r--r-- | src/modules/notifier/notifierwindowtabs.h | 2 |
2 files changed, 2 insertions, 2 deletions
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); |