summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoGlobal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoGlobal.cpp')
-rw-r--r--lib/kofficecore/KoGlobal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoGlobal.cpp b/lib/kofficecore/KoGlobal.cpp
index 0bc10c3cd..745405522 100644
--- a/lib/kofficecore/KoGlobal.cpp
+++ b/lib/kofficecore/KoGlobal.cpp
@@ -26,7 +26,7 @@
#include <tdeglobalsettings.h>
#include <tdeglobal.h>
#include <tdelocale.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tdestandarddirs.h>
#include <kstaticdeleter.h>
#include <kimageio.h>
@@ -147,7 +147,7 @@ void KoGlobal::createListOfLanguages()
tag = tag.mid(index+1);
if ( seenLanguages.find( tag ) == seenLanguages.end() ) {
- KSimpleConfig entry(*it);
+ TDESimpleConfig entry(*it);
entry.setGroup("KCM Locale");
const TQString name = entry.readEntry("Name", tag);