diff options
Diffstat (limited to 'tdespell2')
-rw-r--r-- | tdespell2/backgroundchecker.h | 2 | ||||
-rw-r--r-- | tdespell2/broker.h | 2 | ||||
-rw-r--r-- | tdespell2/client.h | 2 | ||||
-rw-r--r-- | tdespell2/filter.h | 2 | ||||
-rw-r--r-- | tdespell2/settings.h | 2 | ||||
-rw-r--r-- | tdespell2/ui/configwidget.h | 2 | ||||
-rw-r--r-- | tdespell2/ui/dialog.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tdespell2/backgroundchecker.h b/tdespell2/backgroundchecker.h index 6f9163b26..b80c338fb 100644 --- a/tdespell2/backgroundchecker.h +++ b/tdespell2/backgroundchecker.h @@ -46,7 +46,7 @@ namespace KSpell2 * @author Zack Rusin <zack@kde.org> * @short class used for spell checking in the background */ - class KDE_EXPORT BackgroundChecker : public TQObject + class TDE_EXPORT BackgroundChecker : public TQObject { TQ_OBJECT public: diff --git a/tdespell2/broker.h b/tdespell2/broker.h index 2ccc63635..3bd0ba46f 100644 --- a/tdespell2/broker.h +++ b/tdespell2/broker.h @@ -44,7 +44,7 @@ namespace KSpell2 * KSpell2 class, you can think of it as the kernel or manager * of the KSpell2 architecture. */ - class KDE_EXPORT Broker : public TQObject, + class TDE_EXPORT Broker : public TQObject, public TDEShared { TQ_OBJECT diff --git a/tdespell2/client.h b/tdespell2/client.h index c115b3847..ddf54af4b 100644 --- a/tdespell2/client.h +++ b/tdespell2/client.h @@ -37,7 +37,7 @@ namespace KSpell2 * I don't really feel like writting my own KLibFactory * that would load anything else then TQObject derivatives. */ - class KDE_EXPORT Client : public TQObject + class TDE_EXPORT Client : public TQObject { TQ_OBJECT public: diff --git a/tdespell2/filter.h b/tdespell2/filter.h index ded339841..b2ba00ae5 100644 --- a/tdespell2/filter.h +++ b/tdespell2/filter.h @@ -61,7 +61,7 @@ namespace KSpell2 * @author Zack Rusin <zack@kde.org> * @short used to split text into words */ - class KDE_EXPORT Filter + class TDE_EXPORT Filter { public: static Filter *defaultFilter(); diff --git a/tdespell2/settings.h b/tdespell2/settings.h index 34590ecb8..1dc29a378 100644 --- a/tdespell2/settings.h +++ b/tdespell2/settings.h @@ -31,7 +31,7 @@ namespace KSpell2 { class Broker; - class KDE_EXPORT Settings + class TDE_EXPORT Settings { public: ~Settings(); 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: |