summaryrefslogtreecommitdiffstats
path: root/kdbg/typetable.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/typetable.h')
-rw-r--r--kdbg/typetable.h4
1 files changed, 2 insertions, 2 deletions
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 <ntqstringlist.h>
#include <map>
-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<TypeInfo> m_typeDict;
TQDict<TypeInfo> m_aliasDict;
TypeMap m_templates;