summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/pocompendium
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 09:45:22 +0900
commit3c9c6c22a3e443bf98087def488e60f381a09bad (patch)
treecb7c51f7957ad77691b5a370b6d5ed02b9dfca06 /kbabel/kbabeldict/modules/pocompendium
parent291c8d1ad96e9d1d6296d8fdef2861a8f12e6e30 (diff)
downloadtdesdk-3c9c6c22a3e443bf98087def488e60f381a09bad.tar.gz
tdesdk-3c9c6c22a3e443bf98087def488e60f381a09bad.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 44548d3e71aab859c1547104f3419fd288add594)
Diffstat (limited to 'kbabel/kbabeldict/modules/pocompendium')
-rw-r--r--kbabel/kbabeldict/modules/pocompendium/compendiumdata.h2
-rw-r--r--kbabel/kbabeldict/modules/pocompendium/pc_factory.h2
-rw-r--r--kbabel/kbabeldict/modules/pocompendium/pocompendium.h2
-rw-r--r--kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kbabel/kbabeldict/modules/pocompendium/compendiumdata.h b/kbabel/kbabeldict/modules/pocompendium/compendiumdata.h
index fbe07a26..3ae033c9 100644
--- a/kbabel/kbabeldict/modules/pocompendium/compendiumdata.h
+++ b/kbabel/kbabeldict/modules/pocompendium/compendiumdata.h
@@ -48,7 +48,7 @@ class Catalog;
class CompendiumData : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kbabel/kbabeldict/modules/pocompendium/pc_factory.h b/kbabel/kbabeldict/modules/pocompendium/pc_factory.h
index cb2c4246..6238fd65 100644
--- a/kbabel/kbabeldict/modules/pocompendium/pc_factory.h
+++ b/kbabel/kbabeldict/modules/pocompendium/pc_factory.h
@@ -41,7 +41,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/pocompendium/pocompendium.h b/kbabel/kbabeldict/modules/pocompendium/pocompendium.h
index deb1a16d..4a0f0a48 100644
--- a/kbabel/kbabeldict/modules/pocompendium/pocompendium.h
+++ b/kbabel/kbabeldict/modules/pocompendium/pocompendium.h
@@ -50,7 +50,7 @@ class TQTimer;
class PoCompendium : public SearchEngine
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h b/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h
index c346ec83..8e6bbc76 100644
--- a/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h
+++ b/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h
@@ -41,7 +41,7 @@ class CompendiumPWidget;
class CompendiumPreferencesWidget : public PrefWidget
{
- Q_OBJECT
+ TQ_OBJECT
public: