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/kofficeui/KoContextCelp.h | |
parent | 8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff) | |
download | koffice-ef14fba4.tar.gz koffice-ef14fba4.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/kofficeui/KoContextCelp.h')
-rw-r--r-- | lib/kofficeui/KoContextCelp.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/kofficeui/KoContextCelp.h b/lib/kofficeui/KoContextCelp.h index 51ea6539d..0b101f87e 100644 --- a/lib/kofficeui/KoContextCelp.h +++ b/lib/kofficeui/KoContextCelp.h @@ -32,7 +32,7 @@ class TQSimpleRichText; class KoVerticalLabel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ class KoVerticalLabel : public TQWidget class KoHelpNavButton : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -78,7 +78,7 @@ class KoHelpNavButton : public TQWidget class KoTinyButton : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -107,7 +107,7 @@ class KoTinyButton : public TQWidget class KoHelpView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -133,7 +133,7 @@ class KoHelpView : public TQWidget class KoHelpWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -170,7 +170,7 @@ class KoHelpWidget : public TQWidget */ class KoContextHelpPopup : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -216,7 +216,7 @@ class KoContextHelpPopup : public TQWidget */ class KOFFICEUI_EXPORT KoContextHelpAction : public TDEToggleAction { - Q_OBJECT + TQ_OBJECT public: @@ -239,7 +239,7 @@ class KOFFICEUI_EXPORT KoContextHelpAction : public TDEToggleAction class KoContextHelpWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -263,7 +263,7 @@ class KoContextHelpWidget : public TQWidget class KoContextHelpDocker : public TQDockWindow { - Q_OBJECT + TQ_OBJECT public: |