summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:17:28 +0900
committerMichele Calgaro <[email protected]>2023-07-25 22:08:29 +0900
commit143d1243304b29dcc2cf61b1ac51a2302ed27eff (patch)
treef4b9f678313ec192b5894bf75df9fb90376b8722
parent0e3ff39e714cf9aac4aa0e1e7c3647557f11f805 (diff)
downloadtdmtheme-r14.1.1.tar.gz
tdmtheme-r14.1.1.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7213baaa70257605c7472e7b6080c28d79d6734c)
-rw-r--r--src/tdmtheme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdmtheme.h b/src/tdmtheme.h
index b04006a..c41fc5e 100644
--- a/src/tdmtheme.h
+++ b/src/tdmtheme.h
@@ -34,7 +34,7 @@ class TQListView;
class TQCheckBox;
class TDMThemeWidget : public TDECModule {
- Q_OBJECT
+ TQ_OBJECT
public: