summaryrefslogtreecommitdiffstats
path: root/khelpcenter/docmetainfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/docmetainfo.cpp')
-rw-r--r--khelpcenter/docmetainfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/docmetainfo.cpp b/khelpcenter/docmetainfo.cpp
index 6a4998b35..5244689d2 100644
--- a/khelpcenter/docmetainfo.cpp
+++ b/khelpcenter/docmetainfo.cpp
@@ -3,7 +3,7 @@
#include <kdebug.h>
#include <tdestandarddirs.h>
#include <tdelocale.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include "htmlsearch.h"
@@ -112,7 +112,7 @@ TQString DocMetaInfo::languageName( const TQString &langcode )
kdDebug() << "-- langcode: " << langcode << " cfgfile: " << cfgfile << endl;
- KSimpleConfig cfg( cfgfile );
+ TDESimpleConfig cfg( cfgfile );
cfg.setGroup( "KCM Locale" );
TQString name = cfg.readEntry( "Name", langcode );