From 76045e6213c59d3ba196a8c73a4fe0480b2934bd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:18:13 +0900 Subject: [PATCH] Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/SUSE2.h | 2 +- src/SUSE2button.h | 2 +- src/config/config.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SUSE2.h b/src/SUSE2.h index bd1d658..b27bb14 100644 --- a/src/SUSE2.h +++ b/src/SUSE2.h @@ -68,7 +68,7 @@ enum ColorType { class SUSE2Handler: public TQObject, public KDecorationFactory { - Q_OBJECT + TQ_OBJECT public: SUSE2Handler(); ~SUSE2Handler(); diff --git a/src/SUSE2button.h b/src/SUSE2button.h index 765d147..a51282e 100644 --- a/src/SUSE2button.h +++ b/src/SUSE2button.h @@ -42,7 +42,7 @@ class SUSE2Client; class SUSE2Button : public KCommonDecorationButton { - Q_OBJECT + TQ_OBJECT public: SUSE2Button(ButtonType type, SUSE2Client *parent, const char *name); ~SUSE2Button(); diff --git a/src/config/config.h b/src/config/config.h index 8863792..2498c55 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -33,7 +33,7 @@ class ConfigDialog; class SUSE2Config : public TQObject { - Q_OBJECT + TQ_OBJECT public: SUSE2Config(TDEConfig *config, TQWidget *parent);