diff options
Diffstat (limited to 'twin/lib/kcommondecoration.h')
-rw-r--r-- | twin/lib/kcommondecoration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/lib/kcommondecoration.h b/twin/lib/kcommondecoration.h index c914628e6..1ef9b1bba 100644 --- a/twin/lib/kcommondecoration.h +++ b/twin/lib/kcommondecoration.h @@ -58,7 +58,7 @@ class KCommonDecorationPrivate; */ class KWIN_EXPORT KCommonDecoration : public KDecoration { - Q_OBJECT + TQ_OBJECT public: KCommonDecoration(KDecorationBridge* bridge, KDecorationFactory* factory); @@ -293,7 +293,7 @@ class KWIN_EXPORT KCommonDecorationButton : public TQButton { friend class KCommonDecoration; - Q_OBJECT + TQ_OBJECT public: |