diff options
Diffstat (limited to 'twin-styles/smooth-blend/client/smoothblend.h')
-rw-r--r-- | twin-styles/smooth-blend/client/smoothblend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/smooth-blend/client/smoothblend.h b/twin-styles/smooth-blend/client/smoothblend.h index c7e1d2da..c2aff207 100644 --- a/twin-styles/smooth-blend/client/smoothblend.h +++ b/twin-styles/smooth-blend/client/smoothblend.h @@ -123,7 +123,7 @@ inline bool smoothblendFactory::titleShadow() { // smoothblendButton ////////////////////////////////////////////////////////// class smoothblendButton : public TQButton { - Q_OBJECT + TQ_OBJECT public: smoothblendButton(smoothblendClient *parent=0, const char *name=0, @@ -177,7 +177,7 @@ inline void smoothblendButton::reset() { // smoothblendClient ////////////////////////////////////////////////////////// class smoothblendClient : public KDecoration { - Q_OBJECT + TQ_OBJECT public: smoothblendClient(KDecorationBridge *b, KDecorationFactory *f); |