From daeb1d9355e1321b88534dc56d2870822e468fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 3 Jul 2013 02:27:05 +0200 Subject: Initial TDE conversion --- kdbg/typetable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdbg/typetable.h') diff --git a/kdbg/typetable.h b/kdbg/typetable.h index 0696675..c58e55a 100644 --- a/kdbg/typetable.h +++ b/kdbg/typetable.h @@ -10,7 +10,7 @@ #include #include -class KConfigBase; +class TDEConfigBase; /** * The maximum number of sub-expressions that may appear in a single struct @@ -117,7 +117,7 @@ protected: */ static void loadTypeTables(); void loadFromFile(const TQString& fileName); - void readType(KConfigBase& cf, const TQString& type); + void readType(TDEConfigBase& cf, const TQString& type); TQDict m_typeDict; TQDict m_aliasDict; TypeMap m_templates; -- cgit v1.2.3