summaryrefslogtreecommitdiffstats
path: root/client/deKoratorclient.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:17:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 22:09:11 +0900
commite54ea9778100438ee4dfc404c890636a29a6ad6e (patch)
tree6342c4649ca3e0fbb7a2844e6403cbe0083c7dcf /client/deKoratorclient.h
parent9a21ca9a85a132d352bc800042f4d1892037e454 (diff)
downloadtwin-style-dekorator-r14.1.1.tar.gz
twin-style-dekorator-r14.1.1.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ae3a79b23710ff34cc799dbdb8aafd57706683b2)
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();