diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-22 10:29:56 +0900 |
commit | ef14fba42c78a96d905c42632a62dc11f353b1c3 (patch) | |
tree | ad32afdaaa32b215fe8b9be49fbf578d30a556d3 /tools | |
parent | 8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff) | |
download | koffice-ef14fba42c78a96d905c42632a62dc11f353b1c3.tar.gz koffice-ef14fba42c78a96d905c42632a62dc11f353b1c3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/converter/koconverter.h | 2 | ||||
-rw-r--r-- | tools/spell/main.h | 2 | ||||
-rw-r--r-- | tools/tdefile-plugins/abiword/tdefile_abiword.h | 2 | ||||
-rw-r--r-- | tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h | 2 | ||||
-rw-r--r-- | tools/tdefile-plugins/koffice/tdefile_koffice.h | 2 | ||||
-rw-r--r-- | tools/tdefile-plugins/ooo/tdefile_ooo.h | 2 | ||||
-rw-r--r-- | tools/thesaurus/main.h | 2 | ||||
-rw-r--r-- | tools/thumbnail/kofficecreator.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tools/converter/koconverter.h b/tools/converter/koconverter.h index 87672b7b..bcb36234 100644 --- a/tools/converter/koconverter.h +++ b/tools/converter/koconverter.h @@ -24,7 +24,7 @@ class ProgressObject : public TQObject { - Q_OBJECT + TQ_OBJECT public: ProgressObject() : TQObject( 0, 0 ) { } diff --git a/tools/spell/main.h b/tools/spell/main.h index 30ed65fd..3f5c851a 100644 --- a/tools/spell/main.h +++ b/tools/spell/main.h @@ -26,7 +26,7 @@ class SpellChecker : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/tdefile-plugins/abiword/tdefile_abiword.h b/tools/tdefile-plugins/abiword/tdefile_abiword.h index 524996a0..a33eeca7 100644 --- a/tools/tdefile-plugins/abiword/tdefile_abiword.h +++ b/tools/tdefile-plugins/abiword/tdefile_abiword.h @@ -27,7 +27,7 @@ class TQDomNode; class AbiwordPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h index 4340f918..e789a978 100644 --- a/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h +++ b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h @@ -27,7 +27,7 @@ class TQDomNode; class GnumericPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/tdefile-plugins/koffice/tdefile_koffice.h b/tools/tdefile-plugins/koffice/tdefile_koffice.h index 2dbe7025..8a3ca5e1 100644 --- a/tools/tdefile-plugins/koffice/tdefile_koffice.h +++ b/tools/tdefile-plugins/koffice/tdefile_koffice.h @@ -27,7 +27,7 @@ class TQDomNode; class KOfficePlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/tdefile-plugins/ooo/tdefile_ooo.h b/tools/tdefile-plugins/ooo/tdefile_ooo.h index 4f3b90f3..33ed85fc 100644 --- a/tools/tdefile-plugins/ooo/tdefile_ooo.h +++ b/tools/tdefile-plugins/ooo/tdefile_ooo.h @@ -30,7 +30,7 @@ class TQDomElement; class KOfficePlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/thesaurus/main.h b/tools/thesaurus/main.h index aa2e1919..a59947f4 100644 --- a/tools/thesaurus/main.h +++ b/tools/thesaurus/main.h @@ -62,7 +62,7 @@ class TQToolButton; class Thesaurus : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/thumbnail/kofficecreator.h b/tools/thumbnail/kofficecreator.h index 43f09bf2..398c2a91 100644 --- a/tools/thumbnail/kofficecreator.h +++ b/tools/thumbnail/kofficecreator.h @@ -28,7 +28,7 @@ class KoDocument; class KOfficeCreator : public TQObject, public ThumbCreator { - Q_OBJECT + TQ_OBJECT public: KOfficeCreator(); |