summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/pocompendium
diff options
context:
space:
mode:
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 1d621bd8..fbe07a26 100644
--- a/kbabel/kbabeldict/modules/pocompendium/compendiumdata.h
+++ b/kbabel/kbabeldict/modules/pocompendium/compendiumdata.h
@@ -49,7 +49,7 @@ class Catalog;
class CompendiumData : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
CompendiumData(TQObject *parent=0);
diff --git a/kbabel/kbabeldict/modules/pocompendium/pc_factory.h b/kbabel/kbabeldict/modules/pocompendium/pc_factory.h
index dca44e09..0d287259 100644
--- a/kbabel/kbabeldict/modules/pocompendium/pc_factory.h
+++ b/kbabel/kbabeldict/modules/pocompendium/pc_factory.h
@@ -42,7 +42,7 @@ class KAboutData;
class PcFactory : public KLibFactory
{
Q_OBJECT
- TQ_OBJECT
+
public:
PcFactory( TQObject *parent=0, const char *name=0);
~PcFactory();
diff --git a/kbabel/kbabeldict/modules/pocompendium/pocompendium.h b/kbabel/kbabeldict/modules/pocompendium/pocompendium.h
index 8f2b19a8..c0d33d5e 100644
--- a/kbabel/kbabeldict/modules/pocompendium/pocompendium.h
+++ b/kbabel/kbabeldict/modules/pocompendium/pocompendium.h
@@ -51,7 +51,7 @@ class TQTimer;
class PoCompendium : public SearchEngine
{
Q_OBJECT
- TQ_OBJECT
+
public:
PoCompendium(TQObject *parent=0, const char *name=0);
diff --git a/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h b/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h
index d98fe9c2..c346ec83 100644
--- a/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h
+++ b/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h
@@ -42,7 +42,7 @@ class CompendiumPWidget;
class CompendiumPreferencesWidget : public PrefWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
CompendiumPreferencesWidget(TQWidget *parent=0, const char* name=0);