diff options
Diffstat (limited to 'twin-styles/system/systemclient.h')
-rw-r--r-- | twin-styles/system/systemclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/system/systemclient.h b/twin-styles/system/systemclient.h index a8337bad..2b95779f 100644 --- a/twin-styles/system/systemclient.h +++ b/twin-styles/system/systemclient.h @@ -29,7 +29,7 @@ enum ButtonType { class SystemClient : public KDecoration { - Q_OBJECT + TQ_OBJECT public: SystemClient(KDecorationBridge* bridge, KDecorationFactory* factory); @@ -93,7 +93,7 @@ class SystemButton : public TQButton class SystemDecoFactory : public TQObject, public KDecorationFactory { - Q_OBJECT + TQ_OBJECT public: SystemDecoFactory(); |