summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/MachBunt.h6
1 files 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: