summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/poauxiliary
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/poauxiliary
parent6df7194f5bb08f41c4c3a3c952a243776538ebc6 (diff)
downloadtdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.tar.gz
tdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kbabel/kbabeldict/modules/poauxiliary')
-rw-r--r--kbabel/kbabeldict/modules/poauxiliary/pa_factory.h2
-rw-r--r--kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h2
-rw-r--r--kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h b/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h
index ab0fad0e..640bcf8a 100644
--- a/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h
+++ b/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h
@@ -42,7 +42,7 @@ class KAboutData;
class PaFactory : public KLibFactory
{
Q_OBJECT
- TQ_OBJECT
+
public:
PaFactory( TQObject *parent=0, const char *name=0);
~PaFactory();
diff --git a/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h b/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h
index d3769237..b5fd7af7 100644
--- a/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h
+++ b/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h
@@ -50,7 +50,7 @@ class AuxiliaryPreferencesWidget;
class PoAuxiliary : public SearchEngine
{
Q_OBJECT
- TQ_OBJECT
+
public:
PoAuxiliary(TQObject *parent=0, const char *name=0);
diff --git a/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.h b/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.h
index ac4e024f..7952d86b 100644
--- a/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.h
+++ b/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.h
@@ -42,7 +42,7 @@ class PWidget;
class AuxiliaryPreferencesWidget : public PrefWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
AuxiliaryPreferencesWidget(TQWidget *parent=0, const char* name=0);