diff options
Diffstat (limited to 'tdespell2/ui')
-rw-r--r-- | tdespell2/ui/configwidget.h | 2 | ||||
-rw-r--r-- | tdespell2/ui/dialog.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdespell2/ui/configwidget.h b/tdespell2/ui/configwidget.h index 071e83272..fa06f10dc 100644 --- a/tdespell2/ui/configwidget.h +++ b/tdespell2/ui/configwidget.h @@ -27,7 +27,7 @@ namespace KSpell2 { class Broker; - class KDE_EXPORT ConfigWidget : public TQWidget + class TDE_EXPORT ConfigWidget : public TQWidget { TQ_OBJECT public: diff --git a/tdespell2/ui/dialog.h b/tdespell2/ui/dialog.h index a531408bf..a3f20e4eb 100644 --- a/tdespell2/ui/dialog.h +++ b/tdespell2/ui/dialog.h @@ -27,7 +27,7 @@ namespace KSpell2 { class Filter; class BackgroundChecker; - class KDE_EXPORT Dialog : public KDialogBase + class TDE_EXPORT Dialog : public KDialogBase { TQ_OBJECT public: |