summaryrefslogtreecommitdiffstats
path: root/kpersonalizer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpersonalizer/main.cpp')
-rw-r--r--kpersonalizer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpersonalizer/main.cpp b/kpersonalizer/main.cpp
index 2916302fa..8923381a8 100644
--- a/kpersonalizer/main.cpp
+++ b/kpersonalizer/main.cpp
@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
if (!args->isSet("r")) { // we'll first show the first page
KFindLanguage *flang = new KFindLanguage();
if( !flang->getBestLang().isEmpty()) // if we have the users language, use it
- KGlobal::locale()->setLanguage( flang->getBestLang() );
+ TDEGlobal::locale()->setLanguage( flang->getBestLang() );
delete flang;
}