summaryrefslogtreecommitdiffstats
path: root/client/deKoratorclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/deKoratorclient.h')
-rw-r--r--client/deKoratorclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/deKoratorclient.h b/client/deKoratorclient.h
index 9d5130d..3147fbd 100644
--- a/client/deKoratorclient.h
+++ b/client/deKoratorclient.h
@@ -194,7 +194,7 @@ inline bool DeKoratorFactory::initialized()
class DeKoratorButton : public TQButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
DeKoratorButton( bool isLeft, int buttonWidth, int buttonHeight, DeKoratorClient *parent = 0, const char *name = 0,
const TQString &tip = NULL, ButtonType type = ButtonHelp, buttonTypeAll btnType = restore );
@@ -257,7 +257,7 @@ inline void DeKoratorButton::reset()
class DeKoratorClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
DeKoratorClient( KDecorationBridge *b, KDecorationFactory *f );
virtual ~DeKoratorClient();