From 875c12e9b2e4af81baa2cfc309de189c6e7fc6bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:18:02 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/MachBunt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MachBunt.h b/src/MachBunt.h index a4e12b4..838600c 100644 --- a/src/MachBunt.h +++ b/src/MachBunt.h @@ -48,7 +48,7 @@ class MachBunt; class MachBuntButton : public TQButton { - Q_OBJECT + TQ_OBJECT public: MachBuntButton(MachBunt *client, const char *name, @@ -97,7 +97,7 @@ class MachBuntButton : public TQButton class MachBunt : public KDecoration { - Q_OBJECT + TQ_OBJECT public: MachBunt(KDecorationBridge* bridge, KDecorationFactory* factory); @@ -156,7 +156,7 @@ class MachBunt : public KDecoration class BuntFactory : public TQObject, public KDecorationFactory { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.3