diff options
Diffstat (limited to 'kate/part/katetemplatehandler.h')
-rw-r--r-- | kate/part/katetemplatehandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katetemplatehandler.h b/kate/part/katetemplatehandler.h index d7d56e074..f50023f46 100644 --- a/kate/part/katetemplatehandler.h +++ b/kate/part/katetemplatehandler.h @@ -29,7 +29,7 @@ class KateDocument; class KateTemplateHandler: public TQObject, public KateKeyInterceptorFunctor { - Q_OBJECT + TQ_OBJECT public: KateTemplateHandler(KateDocument *doc,uint line,uint column, const TQString &templateString, const TQMap<TQString,TQString> &initialValues); virtual ~KateTemplateHandler(); |