From 0cb23300070f6984b4f976f1c92984399a8aaa10 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:35:00 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit af97112a1a1c815e48080046e495510f41507206) --- src/systemtray.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/systemtray.h') diff --git a/src/systemtray.h b/src/systemtray.h index 0a582ef..cf1b974 100644 --- a/src/systemtray.h +++ b/src/systemtray.h @@ -31,7 +31,7 @@ class MainWindow; */ class KDE_EXPORT KSystemTray2 : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: KSystemTray2(TQWidget *parent = 0, const char *name = 0); @@ -53,7 +53,7 @@ class KDE_EXPORT KSystemTray2 : public KSystemTray */ class SystemTray : public KSystemTray2 { - Q_OBJECT + TQ_OBJECT public: SystemTray(TQWidget *parent = 0, const char *name = 0); -- cgit v1.2.1