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/KoSearchDia.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/kotext/KoSearchDia.h')
-rw-r--r-- | lib/kotext/KoSearchDia.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/kotext/KoSearchDia.h b/lib/kotext/KoSearchDia.h index 3c5ebf0b8..b110feb8c 100644 --- a/lib/kotext/KoSearchDia.h +++ b/lib/kotext/KoSearchDia.h @@ -99,7 +99,7 @@ public: // class KoSearchContextUI : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoSearchContextUI( KoSearchContext *ctx, TQWidget *parent ); @@ -124,7 +124,7 @@ private: class KOTEXT_EXPORT KoSearchDia: public KFindDialog { - Q_OBJECT + TQ_OBJECT public: @@ -147,7 +147,7 @@ private: class KOTEXT_EXPORT KoReplaceDia: public KReplaceDialog { - Q_OBJECT + TQ_OBJECT public: @@ -175,7 +175,7 @@ private: */ class KoTextFind : public KFind { - Q_OBJECT + TQ_OBJECT public: KoTextFind(const TQString &pattern, long options, KoFindReplace *_findReplace, TQWidget *parent = 0); @@ -190,7 +190,7 @@ private: */ class KoTextReplace : public KReplace { - Q_OBJECT + TQ_OBJECT public: KoTextReplace(const TQString &pattern, const TQString &replacement, long options, KoFindReplace *_findReplace, TQWidget *parent = 0); @@ -206,7 +206,7 @@ private: */ class KOTEXT_EXPORT KoFindReplace : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoFindReplace( TQWidget * parent, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView ); @@ -296,7 +296,7 @@ private: */ class KoFormatDia: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoFormatDia( TQWidget* parent, const TQString & _caption, KoSearchContext *_ctx, const char* name=0L); |