summaryrefslogtreecommitdiffstats
path: root/tdespell2/broker.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdespell2/broker.h')
-rw-r--r--tdespell2/broker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdespell2/broker.h b/tdespell2/broker.h
index f4029c487..3bd0ba46f 100644
--- a/tdespell2/broker.h
+++ b/tdespell2/broker.h
@@ -44,10 +44,10 @@ 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
{
- Q_OBJECT
+ TQ_OBJECT
public:
typedef TDESharedPtr<Broker> Ptr;
/**