From 98d99130f243fb128eb4db0386d01ff8622940a5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:05 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 826b1b771cc20f515acf936bd3a2dcd83ce353b8) --- kicker-applets/ktimemon/timemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kicker-applets/ktimemon/timemon.h') diff --git a/kicker-applets/ktimemon/timemon.h b/kicker-applets/ktimemon/timemon.h index 9ced9d1..8e74c19 100644 --- a/kicker-applets/ktimemon/timemon.h +++ b/kicker-applets/ktimemon/timemon.h @@ -43,7 +43,7 @@ class TDEPopupMenu; */ class KTimeMon : public KPanelApplet, TQToolTip { - Q_OBJECT + TQ_OBJECT public: enum MouseAction { NOTHING, SWITCH, MENU, COMMAND }; -- cgit v1.2.3