diff options
Diffstat (limited to 'twin/lib')
-rw-r--r-- | twin/lib/kcommondecoration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/lib/kcommondecoration.h b/twin/lib/kcommondecoration.h index bd55ffa0a..c914628e6 100644 --- a/twin/lib/kcommondecoration.h +++ b/twin/lib/kcommondecoration.h @@ -294,7 +294,7 @@ class KWIN_EXPORT KCommonDecorationButton : public TQButton friend class KCommonDecoration; Q_OBJECT - TQ_OBJECT + public: KCommonDecorationButton(ButtonType type, KCommonDecoration *parent, const char *name); |