diff options
Diffstat (limited to 'kate/part/katecodefoldinghelpers.h')
-rw-r--r-- | kate/part/katecodefoldinghelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katecodefoldinghelpers.h b/kate/part/katecodefoldinghelpers.h index 3f6d18b27..21faeeb0d 100644 --- a/kate/part/katecodefoldinghelpers.h +++ b/kate/part/katecodefoldinghelpers.h @@ -117,7 +117,7 @@ class KateCodeFoldingTree : public TQObject { friend class KateCodeFoldingNode; - Q_OBJECT + TQ_OBJECT public: KateCodeFoldingTree (KateBuffer *buffer); |