summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client/config/smoothblendconfig.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 17:21:49 +0900
commit5339a14a51fe6d66a980c41458c2b98e7e4205f9 (patch)
treef4d694687d6cc3e3333b262127588097335c3dd9 /twin-styles/smooth-blend/client/config/smoothblendconfig.h
parentb776a3cbba97b5fb9096570963561eebb96ad75a (diff)
downloadtdeartwork-5339a14a51fe6d66a980c41458c2b98e7e4205f9.tar.gz
tdeartwork-5339a14a51fe6d66a980c41458c2b98e7e4205f9.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f33c16dc173533b82f99322175cb04f62923fe5b)
Diffstat (limited to 'twin-styles/smooth-blend/client/config/smoothblendconfig.h')
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.h b/twin-styles/smooth-blend/client/config/smoothblendconfig.h
index 73931d61..43a69abf 100644
--- a/twin-styles/smooth-blend/client/config/smoothblendconfig.h
+++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.h
@@ -31,7 +31,7 @@ class TDEConfig;
class ConfigDialog;
class smoothblendConfig : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
smoothblendConfig(TDEConfig* config, TQWidget* parent);