diff options
Diffstat (limited to 'tdespell2/broker.h')
-rw-r--r-- | tdespell2/broker.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tdespell2/broker.h b/tdespell2/broker.h index c41fa2988..3bd0ba46f 100644 --- a/tdespell2/broker.h +++ b/tdespell2/broker.h @@ -1,4 +1,3 @@ -// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- /** * broker.h * @@ -45,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; /** |