summaryrefslogtreecommitdiffstats
path: root/src/config/config.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:18:13 +0900
committerMichele Calgaro <[email protected]>2023-07-25 22:09:42 +0900
commitb623d8eff4208cb773032f670192e18f657db958 (patch)
tree514a353d17875f38ccda691f64632e49205b9c82 /src/config/config.h
parent8c74b11e46c218e72cacc11fc13af64259d7e4ac (diff)
downloadtwin-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.h2
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);