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 /src/config/config.h | |
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)
Diffstat (limited to 'src/config/config.h')
-rw-r--r-- | src/config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |