diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:30 +0900 |
commit | f33c16dc173533b82f99322175cb04f62923fe5b (patch) | |
tree | 278d2c24f4aef498b0b9ab5736497fb01726e41e /styles/phase | |
parent | b5334a67375cb9fb2a7a5c08c926c3564f87133b (diff) | |
download | tdeartwork-f33c16dc173533b82f99322175cb04f62923fe5b.tar.gz tdeartwork-f33c16dc173533b82f99322175cb04f62923fe5b.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'styles/phase')
-rw-r--r-- | styles/phase/config/phasestyleconfig.h | 2 | ||||
-rw-r--r-- | styles/phase/phasestyle.h | 2 |
2 files changed, 2 insertions, 2 deletions
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(); |