diff options
Diffstat (limited to 'tdespell2/backgroundengine.h')
-rw-r--r-- | tdespell2/backgroundengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdespell2/backgroundengine.h b/tdespell2/backgroundengine.h index 9ddbe7289..365d3ebbf 100644 --- a/tdespell2/backgroundengine.h +++ b/tdespell2/backgroundengine.h @@ -33,7 +33,7 @@ namespace KSpell2 class Dictionary; class BackgroundEngine : public TQObject { - Q_OBJECT + TQ_OBJECT public: BackgroundEngine( TQObject *parent ); ~BackgroundEngine(); |