summaryrefslogtreecommitdiffstats
path: root/tdecore/kcharsets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kcharsets.cpp')
-rw-r--r--tdecore/kcharsets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kcharsets.cpp b/tdecore/kcharsets.cpp
index a732bf266..4c8a405cb 100644
--- a/tdecore/kcharsets.cpp
+++ b/tdecore/kcharsets.cpp
@@ -572,7 +572,7 @@ TQTextCodec *KCharsets::codecForName(const TQString &n, bool &ok) const
TQString dir;
{
- KConfigGroupSaver cfgsav( TDEGlobal::config(), "i18n" );
+ TDEConfigGroupSaver cfgsav( TDEGlobal::config(), "i18n" );
dir = TDEGlobal::config()->readPathEntry("i18ndir", TQString::fromLatin1("/usr/share/i18n/charmaps"));
}