summaryrefslogtreecommitdiffstats
path: root/kate/part/katecodefoldinghelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/part/katecodefoldinghelpers.h')
-rw-r--r--kate/part/katecodefoldinghelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katecodefoldinghelpers.h b/kate/part/katecodefoldinghelpers.h
index bea6a096c..7feee384e 100644
--- a/kate/part/katecodefoldinghelpers.h
+++ b/kate/part/katecodefoldinghelpers.h
@@ -113,7 +113,7 @@ class KateCodeFoldingNode
TQMemArray<KateCodeFoldingNode*> m_children;
};
-class KateCodeFoldingTree : public QObject
+class KateCodeFoldingTree : public TQObject
{
friend class KateCodeFoldingNode;