From 8eb500c4e81229a9853e2f9bac4f39450083f3d7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- dcop/dcopidl2cpp/dcopidl_test.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dcop/dcopidl2cpp') diff --git a/dcop/dcopidl2cpp/dcopidl_test.h b/dcop/dcopidl2cpp/dcopidl_test.h index 66f18f92f..1d6d95a36 100644 --- a/dcop/dcopidl2cpp/dcopidl_test.h +++ b/dcop/dcopidl2cpp/dcopidl_test.h @@ -10,7 +10,7 @@ class TDEUI_EXPORT DefaultTest : public TQObject, virtual public DCOPObject { - Q_OBJECT + TQ_OBJECT K_DCOP public: DefaultTest(); @@ -70,7 +70,7 @@ public: class NonHashingTest : public TQObject, virtual public DCOPObject { - Q_OBJECT + TQ_OBJECT K_DCOP public: NonHashingTest(); @@ -80,7 +80,7 @@ k_dcop: class HashingTest : public TQObject, virtual public DCOPObject { - Q_OBJECT + TQ_OBJECT K_DCOP public: HashingTest(); -- cgit v1.2.3