summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/pocompendium
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:59 -0600
commit5443f402bbfcf7f9c392bcbb0108ee074551f982 (patch)
tree6878d1e68ded849d3e2fb7988a8371074dbe7754 /kbabel/kbabeldict/modules/pocompendium
parent6df7194f5bb08f41c4c3a3c952a243776538ebc6 (diff)
downloadtdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.tar.gz
tdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.zip
Remove spurious TQ_OBJECT instances
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);