summaryrefslogtreecommitdiffstats
path: root/styles
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 /styles
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 'styles')
-rw-r--r--styles/dotnet/dotnet.h2
-rw-r--r--styles/phase/config/phasestyleconfig.h2
-rw-r--r--styles/phase/phasestyle.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/styles/dotnet/dotnet.h b/styles/dotnet/dotnet.h
index 12f289b8..a90c624a 100644
--- a/styles/dotnet/dotnet.h
+++ b/styles/dotnet/dotnet.h
@@ -34,7 +34,7 @@
class dotNETstyle : public TDEStyle
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/styles/phase/config/phasestyleconfig.h b/styles/phase/config/phasestyleconfig.h
index 0c29a52c..6a77c670 100644
--- a/styles/phase/config/phasestyleconfig.h
+++ b/styles/phase/config/phasestyleconfig.h
@@ -33,7 +33,7 @@ class TDEConfig;
class PhaseStyleConfig : public StyleDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
PhaseStyleConfig(TQWidget* parent);
diff --git a/styles/phase/phasestyle.h b/styles/phase/phasestyle.h
index 2d2273cc..0fb51f19 100644
--- a/styles/phase/phasestyle.h
+++ b/styles/phase/phasestyle.h
@@ -56,7 +56,7 @@ class GradientSet
class PhaseStyle : public TDEStyle
{
- Q_OBJECT
+ TQ_OBJECT
public:
PhaseStyle();