diff options
Diffstat (limited to 'kbabel/kbabeldict/modules/poauxiliary')
-rw-r--r-- | kbabel/kbabeldict/modules/poauxiliary/pa_factory.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.h | 2 |
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); |