From 2d3320fc2f34e8acae6376e67ec22312652b7494 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:34 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 90fc7da542819ad64672b84ee3127708b3d379e1) --- amor/amorbubble.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amor/amorbubble.h') diff --git a/amor/amorbubble.h b/amor/amorbubble.h index 3a99b7d..5006a0e 100644 --- a/amor/amorbubble.h +++ b/amor/amorbubble.h @@ -44,7 +44,7 @@ class TQTimer; // class AmorBubble : public TQWidget { - Q_OBJECT + TQ_OBJECT public: AmorBubble(); -- cgit v1.2.1