summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/tmx
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:07:21 +0900
committerMichele Calgaro <[email protected]>2023-07-21 09:45:22 +0900
commit3c9c6c22a3e443bf98087def488e60f381a09bad (patch)
treecb7c51f7957ad77691b5a370b6d5ed02b9dfca06 /kbabel/kbabeldict/modules/tmx
parent291c8d1ad96e9d1d6296d8fdef2861a8f12e6e30 (diff)
downloadtdesdk-3c9c6c22a3e443bf98087def488e60f381a09bad.tar.gz
tdesdk-3c9c6c22a3e443bf98087def488e60f381a09bad.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 44548d3e71aab859c1547104f3419fd288add594)
Diffstat (limited to 'kbabel/kbabeldict/modules/tmx')
-rw-r--r--kbabel/kbabeldict/modules/tmx/pc_factory.h2
-rw-r--r--kbabel/kbabeldict/modules/tmx/preferenceswidget.h2
-rw-r--r--kbabel/kbabeldict/modules/tmx/tmxcompendium.h2
-rw-r--r--kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h2
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: