diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-22 10:29:56 +0900 |
commit | ef14fba42c78a96d905c42632a62dc11f353b1c3 (patch) | |
tree | ad32afdaaa32b215fe8b9be49fbf578d30a556d3 /lib/kotext/KoStyleManager.h | |
parent | 8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff) | |
download | koffice-ef14fba42c78a96d905c42632a62dc11f353b1c3.tar.gz koffice-ef14fba42c78a96d905c42632a62dc11f353b1c3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
Diffstat (limited to 'lib/kotext/KoStyleManager.h')
-rw-r--r-- | lib/kotext/KoStyleManager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/KoStyleManager.h b/lib/kotext/KoStyleManager.h index 6d27449a..8a7e4cf4 100644 --- a/lib/kotext/KoStyleManager.h +++ b/lib/kotext/KoStyleManager.h @@ -53,7 +53,7 @@ class KoStyleManagerPrivate; */ class KOTEXT_EXPORT KoStyleManager : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -120,7 +120,7 @@ protected: }; class KOTEXT_EXPORT KoStyleManagerTab : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoStyleManagerTab(TQWidget *parent) : TQWidget(parent) {}; @@ -141,7 +141,7 @@ protected: // Acts as a wrapper around KoParagLayoutWidget [which doesn't know about styles]. class KOTEXT_EXPORT KoStyleParagTab : public KoStyleManagerTab { - Q_OBJECT + TQ_OBJECT public: KoStyleParagTab( TQWidget * parent ); @@ -161,7 +161,7 @@ private: // The "font" tab. Maybe we should put the text color at the bottom ? class KOTEXT_EXPORT KoStyleFontTab : public KoStyleManagerTab { - Q_OBJECT + TQ_OBJECT public: KoStyleFontTab( TQWidget * parent ); |