summaryrefslogtreecommitdiffstats
path: root/kmouth/wordcompletion/klanguagebuttonhelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmouth/wordcompletion/klanguagebuttonhelper.cpp')
-rw-r--r--kmouth/wordcompletion/klanguagebuttonhelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/wordcompletion/klanguagebuttonhelper.cpp b/kmouth/wordcompletion/klanguagebuttonhelper.cpp
index 0698b43..5d00ff0 100644
--- a/kmouth/wordcompletion/klanguagebuttonhelper.cpp
+++ b/kmouth/wordcompletion/klanguagebuttonhelper.cpp
@@ -60,5 +60,5 @@ void loadLanguageList(KLanguageButton *combo)
if (TDEGlobal::locale())
combo->setCurrentItem (TDEGlobal::locale()->language());
else
- combo->setCurrentItem (KLocale::defaultLanguage());
+ combo->setCurrentItem (TDELocale::defaultLanguage());
}