From 5339a14a51fe6d66a980c41458c2b98e7e4205f9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:30 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit f33c16dc173533b82f99322175cb04f62923fe5b) --- twin-styles/kde1/kde1client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'twin-styles/kde1/kde1client.h') diff --git a/twin-styles/kde1/kde1client.h b/twin-styles/kde1/kde1client.h index 124ee543..56eb2ac5 100644 --- a/twin-styles/kde1/kde1client.h +++ b/twin-styles/kde1/kde1client.h @@ -27,7 +27,7 @@ enum ButtonType { class StdClient : public KDecoration { - Q_OBJECT + TQ_OBJECT public: StdClient( KDecorationBridge* b, KDecorationFactory* f ); @@ -66,7 +66,7 @@ private: class StdToolClient : public KDecoration { - Q_OBJECT + TQ_OBJECT public: StdToolClient( KDecorationBridge* b, KDecorationFactory* f ); @@ -104,7 +104,7 @@ private: */ class ThreeButtonButton: public TQToolButton { - Q_OBJECT + TQ_OBJECT public: ThreeButtonButton ( TQWidget *parent = 0, const char* name = 0 ) -- cgit v1.2.1