diff options
Diffstat (limited to 'kbabel/kbabeldict/modules/tmx')
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/pc_factory.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/preferenceswidget.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/tmxcompendium.h | 2 | ||||
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kbabel/kbabeldict/modules/tmx/pc_factory.h b/kbabel/kbabeldict/modules/tmx/pc_factory.h index 9ddaf873..0e5ba547 100644 --- a/kbabel/kbabeldict/modules/tmx/pc_factory.h +++ b/kbabel/kbabeldict/modules/tmx/pc_factory.h @@ -44,7 +44,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/tmx/preferenceswidget.h b/kbabel/kbabeldict/modules/tmx/preferenceswidget.h index ad18a169..6f2d6f79 100644 --- a/kbabel/kbabeldict/modules/tmx/preferenceswidget.h +++ b/kbabel/kbabeldict/modules/tmx/preferenceswidget.h @@ -44,7 +44,7 @@ class TmxCompendiumPWidget; class TmxCompendiumPreferencesWidget : public PrefWidget { Q_OBJECT - TQ_OBJECT + public: TmxCompendiumPreferencesWidget(TQWidget *parent=0, const char* name=0); diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendium.h b/kbabel/kbabeldict/modules/tmx/tmxcompendium.h index 9fec1b92..b4e61c9e 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendium.h +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendium.h @@ -50,7 +50,7 @@ class TQTimer; class TmxCompendium : public SearchEngine { Q_OBJECT - TQ_OBJECT + public: TmxCompendium(TQObject *parent=0, const char *name=0); diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h index 3e8f2825..0caccf7f 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h @@ -47,7 +47,7 @@ class TmxCompendiumData : public TQObject { Q_OBJECT - TQ_OBJECT + public: TmxCompendiumData(TQObject *parent=0); |