diff options
Diffstat (limited to 'tdespell2/ui/dialog.h')
-rw-r--r-- | tdespell2/ui/dialog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tdespell2/ui/dialog.h b/tdespell2/ui/dialog.h index 2c5606804..a3f20e4eb 100644 --- a/tdespell2/ui/dialog.h +++ b/tdespell2/ui/dialog.h @@ -1,4 +1,3 @@ -// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- /* * dialog.h * @@ -28,9 +27,9 @@ namespace KSpell2 { class Filter; class BackgroundChecker; - class KDE_EXPORT Dialog : public KDialogBase + class TDE_EXPORT Dialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: Dialog( BackgroundChecker *checker, TQWidget *parent, const char *name=0 ); |