diff options
Diffstat (limited to 'kbabel/common/catalogsettings.cpp')
-rw-r--r-- | kbabel/common/catalogsettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/common/catalogsettings.cpp b/kbabel/common/catalogsettings.cpp index 64185d09..b217d9c2 100644 --- a/kbabel/common/catalogsettings.cpp +++ b/kbabel/common/catalogsettings.cpp @@ -200,7 +200,7 @@ TQString Defaults::Identity::mailingList() TQString Defaults::Identity::languageCode() { // first try to get the language from KDE settings - KLocale *locale = TDEGlobal::locale(); + TDELocale *locale = TDEGlobal::locale(); TQString lang; if(locale) { |