summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 17:59:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 17:59:19 +0900
commitf12274ead720ce8bf59020da44c9b316ed9c5729 (patch)
treeaf1c1896b55c7c480e98a992de6b3501a235152a
parentdf0f5caa3b4d84f0dffb43cca12d2b546ca3105b (diff)
downloadkdbg-f12274ead720ce8bf59020da44c9b316ed9c5729.tar.gz
kdbg-f12274ead720ce8bf59020da44c9b316ed9c5729.zip
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kdbg/brkpt.cpp2
-rw-r--r--kdbg/mainwndbase.cpp2
-rw-r--r--kdbg/typetable.cpp4
-rw-r--r--kdbg/typetables/tdecore3.kdbgtt4
4 files changed, 6 insertions, 6 deletions
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 <tdeapplication.h>
#include <tdelocale.h> /* i18n */
#include <kiconloader.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tqdialog.h>
#include <tqkeycode.h>
#include <tqpainter.h>
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 <tqptrlist.h>
#include <tdeglobal.h>
#include <tdestandarddirs.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <list>
#include <algorithm>
#include <functional>
@@ -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)