diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:16:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 22:03:51 +0900 |
commit | 6add0900a366d33d935e8e7c259660f57d0fe788 (patch) | |
tree | fdc990ab48d11b5073841e4a34d59b3e6edcd334 /src/thememoodin.h | |
parent | 906375a0a07ab67454889b14f6511d35d681cea7 (diff) | |
download | ksplash-engine-moodin-6add0900a366d33d935e8e7c259660f57d0fe788.tar.gz ksplash-engine-moodin-6add0900a366d33d935e8e7c259660f57d0fe788.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 33e24f0ee26f1ac7acc20620d9062d650372e11d)
Diffstat (limited to 'src/thememoodin.h')
-rw-r--r-- | src/thememoodin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thememoodin.h b/src/thememoodin.h index cd3eec0..56a0186 100644 --- a/src/thememoodin.h +++ b/src/thememoodin.h @@ -32,7 +32,7 @@ typedef TQPtrList<TQImage> ImageList; class ThemeMoodin: public ThemeEngine { - Q_OBJECT + TQ_OBJECT public: |