diff options
Diffstat (limited to 'dcop/dcopidl2cpp/dcopidl_test.h')
-rw-r--r-- | dcop/dcopidl2cpp/dcopidl_test.h | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |