diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:05:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-21 17:21:49 +0900 |
commit | 5339a14a51fe6d66a980c41458c2b98e7e4205f9 (patch) | |
tree | f4d694687d6cc3e3333b262127588097335c3dd9 /styles/phase/phasestyle.h | |
parent | b776a3cbba97b5fb9096570963561eebb96ad75a (diff) | |
download | tdeartwork-5339a14a51fe6d66a980c41458c2b98e7e4205f9.tar.gz tdeartwork-5339a14a51fe6d66a980c41458c2b98e7e4205f9.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f33c16dc173533b82f99322175cb04f62923fe5b)
Diffstat (limited to 'styles/phase/phasestyle.h')
-rw-r--r-- | styles/phase/phasestyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |