diff options
Diffstat (limited to 'tdespell2/ui')
-rw-r--r-- | tdespell2/ui/configdialog.h | 2 | ||||
-rw-r--r-- | tdespell2/ui/configwidget.h | 2 | ||||
-rw-r--r-- | tdespell2/ui/dialog.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdespell2/ui/configdialog.h b/tdespell2/ui/configdialog.h index 43a785490..4147c2f84 100644 --- a/tdespell2/ui/configdialog.h +++ b/tdespell2/ui/configdialog.h @@ -28,7 +28,7 @@ namespace KSpell2 class Broker; class ConfigDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ConfigDialog( Broker *broker, TQWidget *parent ); diff --git a/tdespell2/ui/configwidget.h b/tdespell2/ui/configwidget.h index 2f65ed20e..071e83272 100644 --- a/tdespell2/ui/configwidget.h +++ b/tdespell2/ui/configwidget.h @@ -29,7 +29,7 @@ namespace KSpell2 class Broker; class KDE_EXPORT ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( Broker *broker, TQWidget *parent, const char *name =0 ); ~ConfigWidget(); diff --git a/tdespell2/ui/dialog.h b/tdespell2/ui/dialog.h index d07ddacce..a531408bf 100644 --- a/tdespell2/ui/dialog.h +++ b/tdespell2/ui/dialog.h @@ -29,7 +29,7 @@ namespace KSpell2 class BackgroundChecker; class KDE_EXPORT Dialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: Dialog( BackgroundChecker *checker, TQWidget *parent, const char *name=0 ); |