summaryrefslogtreecommitdiffstats
path: root/kdbg/typetable.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-03 02:27:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 04:29:04 +0200
commitdaeb1d9355e1321b88534dc56d2870822e468fdb (patch)
tree15cc7567f5fb7a770bd60e909b272bab5d719a7a /kdbg/typetable.h
parent9dab0e253ecf583a2cc6ca22e068d4f4022ca4d3 (diff)
downloadkdbg-daeb1d9355e1321b88534dc56d2870822e468fdb.tar.gz
kdbg-daeb1d9355e1321b88534dc56d2870822e468fdb.zip
Initial TDE conversion
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;