diff --git a/kdbg/brkpt.cpp b/kdbg/brkpt.cpp index cf209e9..4248436 100644 --- a/kdbg/brkpt.cpp +++ b/kdbg/brkpt.cpp @@ -7,7 +7,7 @@ #include #include /* i18n */ #include -#include +#include #include #include #include diff --git a/kdbg/mainwndbase.cpp b/kdbg/mainwndbase.cpp index 62a2eae..d7e8c48 100644 --- a/kdbg/mainwndbase.cpp +++ b/kdbg/mainwndbase.cpp @@ -273,7 +273,7 @@ bool DebuggerMainWndBase::debugProgram(const TQString& executable, TQString configName = m_debugger->getConfigForExe(executable); if (TQFile::exists(configName)) { - KSimpleConfig c(configName, true); // read-only + TDESimpleConfig c(configName, true); // read-only c.setGroup(GeneralGroup); // Using "GDB" as default here is for backwards compatibility: diff --git a/kdbg/typetable.cpp b/kdbg/typetable.cpp index 6e0c55c..7da20eb 100644 --- a/kdbg/typetable.cpp +++ b/kdbg/typetable.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include @@ -90,7 +90,7 @@ static const char FunctionGuardEntryFmt[] = "FunctionGuard%d"; void TypeTable::loadFromFile(const TQString& fileName) { TRACE("reading file " + fileName); - KSimpleConfig cf(fileName, true); /* read-only */ + TDESimpleConfig cf(fileName, true); /* read-only */ /* * Read library name and properties. diff --git a/kdbg/typetables/tdecore3.kdbgtt b/kdbg/typetables/tdecore3.kdbgtt index 6b3ca19..709f4d7 100644 --- a/kdbg/typetables/tdecore3.kdbgtt +++ b/kdbg/typetables/tdecore3.kdbgtt @@ -1,7 +1,7 @@ [Type Table] -Types1=KSimpleConfig +Types1=TDESimpleConfig LibDisplayName=tdecore (KDE post-1.1) ShlibRE=libtdecore\.so\.3$ -[KSimpleConfig] +[TDESimpleConfig] Display={ global=% } Expr1=(*(%s).pData->aGlobalAppFile.shd->data)