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/smooth-blend/client/smoothblend.h | |
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/smooth-blend/client/smoothblend.h')
-rw-r--r-- | twin-styles/smooth-blend/client/smoothblend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/smooth-blend/client/smoothblend.h b/twin-styles/smooth-blend/client/smoothblend.h index c7e1d2da..c2aff207 100644 --- a/twin-styles/smooth-blend/client/smoothblend.h +++ b/twin-styles/smooth-blend/client/smoothblend.h @@ -123,7 +123,7 @@ inline bool smoothblendFactory::titleShadow() { // smoothblendButton ////////////////////////////////////////////////////////// class smoothblendButton : public TQButton { - Q_OBJECT + TQ_OBJECT public: smoothblendButton(smoothblendClient *parent=0, const char *name=0, @@ -177,7 +177,7 @@ inline void smoothblendButton::reset() { // smoothblendClient ////////////////////////////////////////////////////////// class smoothblendClient : public KDecoration { - Q_OBJECT + TQ_OBJECT public: smoothblendClient(KDecorationBridge *b, KDecorationFactory *f); |