diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
commit | cb59219281a9666896ee96b02a487bbc0206082d (patch) | |
tree | 75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /lib/kotext/KoStyleManager.h | |
parent | a34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff) | |
download | koffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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 ); |