Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 11 months ago
parent 81c7c4d06e
commit 875c12e9b2
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -48,7 +48,7 @@ class MachBunt;
class MachBuntButton : public TQButton class MachBuntButton : public TQButton
{ {
Q_OBJECT TQ_OBJECT
public: public:
MachBuntButton(MachBunt *client, const char *name, MachBuntButton(MachBunt *client, const char *name,
@ -97,7 +97,7 @@ class MachBuntButton : public TQButton
class MachBunt : public KDecoration class MachBunt : public KDecoration
{ {
Q_OBJECT TQ_OBJECT
public: public:
MachBunt(KDecorationBridge* bridge, KDecorationFactory* factory); MachBunt(KDecorationBridge* bridge, KDecorationFactory* factory);
@ -156,7 +156,7 @@ class MachBunt : public KDecoration
class BuntFactory : public TQObject, public KDecorationFactory class BuntFactory : public TQObject, public KDecorationFactory
{ {
Q_OBJECT TQ_OBJECT
public: public:

Loading…
Cancel
Save