summaryrefslogtreecommitdiffstats
path: root/tdespell2/backgroundchecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdespell2/backgroundchecker.h')
-rw-r--r--tdespell2/backgroundchecker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdespell2/backgroundchecker.h b/tdespell2/backgroundchecker.h
index 84deea5c8..b80c338fb 100644
--- a/tdespell2/backgroundchecker.h
+++ b/tdespell2/backgroundchecker.h
@@ -46,9 +46,9 @@ 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
{
- Q_OBJECT
+ TQ_OBJECT
public:
BackgroundChecker( const Broker::Ptr& broker, TQObject *parent =0,
const char *name =0 );