diff options
Diffstat (limited to 'twin')
-rw-r--r-- | twin/clients/keramik/config/config.h | 2 | ||||
-rw-r--r-- | twin/lib/kcommondecoration.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/twin/clients/keramik/config/config.h b/twin/clients/keramik/config/config.h index 42d6f007a..911af89fb 100644 --- a/twin/clients/keramik/config/config.h +++ b/twin/clients/keramik/config/config.h @@ -32,7 +32,7 @@ class KeramikConfig: public TQObject { Q_OBJECT - TQ_OBJECT + public: KeramikConfig( KConfig* conf, TQWidget* parent ); 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); |