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-21 17:21:49 +0900 |
commit | 5339a14a51fe6d66a980c41458c2b98e7e4205f9 (patch) | |
tree | f4d694687d6cc3e3333b262127588097335c3dd9 /twin-styles/riscos | |
parent | b776a3cbba97b5fb9096570963561eebb96ad75a (diff) | |
download | tdeartwork-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 'twin-styles/riscos')
-rw-r--r-- | twin-styles/riscos/AboveButton.h | 2 | ||||
-rw-r--r-- | twin-styles/riscos/Button.h | 2 | ||||
-rw-r--r-- | twin-styles/riscos/CloseButton.h | 2 | ||||
-rw-r--r-- | twin-styles/riscos/HelpButton.h | 2 | ||||
-rw-r--r-- | twin-styles/riscos/IconifyButton.h | 2 | ||||
-rw-r--r-- | twin-styles/riscos/LowerButton.h | 2 | ||||
-rw-r--r-- | twin-styles/riscos/Manager.h | 4 | ||||
-rw-r--r-- | twin-styles/riscos/MaximiseButton.h | 2 | ||||
-rw-r--r-- | twin-styles/riscos/StickyButton.h | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/twin-styles/riscos/AboveButton.h b/twin-styles/riscos/AboveButton.h index 970c769a..4f543a51 100644 --- a/twin-styles/riscos/AboveButton.h +++ b/twin-styles/riscos/AboveButton.h @@ -30,7 +30,7 @@ namespace RiscOS class AboveButton : public Button { - Q_OBJECT + TQ_OBJECT public: diff --git a/twin-styles/riscos/Button.h b/twin-styles/riscos/Button.h index a1e25a7b..5d20e9a6 100644 --- a/twin-styles/riscos/Button.h +++ b/twin-styles/riscos/Button.h @@ -33,7 +33,7 @@ namespace RiscOS class Button : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/twin-styles/riscos/CloseButton.h b/twin-styles/riscos/CloseButton.h index ad3ebbf0..bde79677 100644 --- a/twin-styles/riscos/CloseButton.h +++ b/twin-styles/riscos/CloseButton.h @@ -30,7 +30,7 @@ namespace RiscOS class CloseButton : public Button { - Q_OBJECT + TQ_OBJECT public: diff --git a/twin-styles/riscos/HelpButton.h b/twin-styles/riscos/HelpButton.h index 4a94eb4e..5b5e9637 100644 --- a/twin-styles/riscos/HelpButton.h +++ b/twin-styles/riscos/HelpButton.h @@ -30,7 +30,7 @@ namespace RiscOS class HelpButton : public Button { - Q_OBJECT + TQ_OBJECT public: diff --git a/twin-styles/riscos/IconifyButton.h b/twin-styles/riscos/IconifyButton.h index 41347d4a..fd0a7531 100644 --- a/twin-styles/riscos/IconifyButton.h +++ b/twin-styles/riscos/IconifyButton.h @@ -30,7 +30,7 @@ namespace RiscOS class IconifyButton : public Button { - Q_OBJECT + TQ_OBJECT public: diff --git a/twin-styles/riscos/LowerButton.h b/twin-styles/riscos/LowerButton.h index 16ad4503..25c96757 100644 --- a/twin-styles/riscos/LowerButton.h +++ b/twin-styles/riscos/LowerButton.h @@ -30,7 +30,7 @@ namespace RiscOS class LowerButton : public Button { - Q_OBJECT + TQ_OBJECT public: diff --git a/twin-styles/riscos/Manager.h b/twin-styles/riscos/Manager.h index 37200d98..1982fc29 100644 --- a/twin-styles/riscos/Manager.h +++ b/twin-styles/riscos/Manager.h @@ -44,7 +44,7 @@ class Button; class Manager : public KDecoration { - Q_OBJECT + TQ_OBJECT public: @@ -107,7 +107,7 @@ class Manager : public KDecoration class Factory : public TQObject, public KDecorationFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/twin-styles/riscos/MaximiseButton.h b/twin-styles/riscos/MaximiseButton.h index 4b471e5a..c3de2fce 100644 --- a/twin-styles/riscos/MaximiseButton.h +++ b/twin-styles/riscos/MaximiseButton.h @@ -30,7 +30,7 @@ namespace RiscOS class MaximiseButton : public Button { - Q_OBJECT + TQ_OBJECT public: diff --git a/twin-styles/riscos/StickyButton.h b/twin-styles/riscos/StickyButton.h index a44cc7c9..1375d056 100644 --- a/twin-styles/riscos/StickyButton.h +++ b/twin-styles/riscos/StickyButton.h @@ -30,7 +30,7 @@ namespace RiscOS class StickyButton : public Button { - Q_OBJECT + TQ_OBJECT public: |