diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:21 +0900 |
commit | 44548d3e71aab859c1547104f3419fd288add594 (patch) | |
tree | 16e117503409cd83a1af0b59a0cfa362316c9635 /kbabel/kbabeldict/modules/tmx | |
parent | b6f300eb213c1eaa7d3a1cece80cc9e7c46dc578 (diff) | |
download | tdesdk-44548d3e71aab859c1547104f3419fd288add594.tar.gz tdesdk-44548d3e71aab859c1547104f3419fd288add594.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbabel/kbabeldict/modules/tmx')
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/pc_factory.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/preferenceswidget.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/tmxcompendium.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kbabel/kbabeldict/modules/tmx/pc_factory.h b/kbabel/kbabeldict/modules/tmx/pc_factory.h index 6c450e9a..6b23ddf7 100644 --- a/kbabel/kbabeldict/modules/tmx/pc_factory.h +++ b/kbabel/kbabeldict/modules/tmx/pc_factory.h @@ -43,7 +43,7 @@ class TDEAboutData; class PcFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: PcFactory( TQObject *parent=0, const char *name=0); diff --git a/kbabel/kbabeldict/modules/tmx/preferenceswidget.h b/kbabel/kbabeldict/modules/tmx/preferenceswidget.h index 6f2d6f79..9e396f7e 100644 --- a/kbabel/kbabeldict/modules/tmx/preferenceswidget.h +++ b/kbabel/kbabeldict/modules/tmx/preferenceswidget.h @@ -43,7 +43,7 @@ class TmxCompendiumPWidget; class TmxCompendiumPreferencesWidget : public PrefWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendium.h b/kbabel/kbabeldict/modules/tmx/tmxcompendium.h index 992c5d93..270a5acc 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendium.h +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendium.h @@ -49,7 +49,7 @@ class TQTimer; class TmxCompendium : public SearchEngine { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h index 0caccf7f..18e6b970 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h @@ -46,7 +46,7 @@ class TmxCompendiumData : public TQObject { - Q_OBJECT + TQ_OBJECT public: |