diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:18:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 22:09:42 +0900 |
commit | b623d8eff4208cb773032f670192e18f657db958 (patch) | |
tree | 514a353d17875f38ccda691f64632e49205b9c82 | |
parent | 8c74b11e46c218e72cacc11fc13af64259d7e4ac (diff) | |
download | twin-style-suse2-b623d8eff4208cb773032f670192e18f657db958.tar.gz twin-style-suse2-b623d8eff4208cb773032f670192e18f657db958.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 76045e6213c59d3ba196a8c73a4fe0480b2934bd)
-rw-r--r-- | src/SUSE2.h | 2 | ||||
-rw-r--r-- | src/SUSE2button.h | 2 | ||||
-rw-r--r-- | 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); |