diff options
Diffstat (limited to 'superkaramba')
-rw-r--r-- | superkaramba/src/themelocale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/themelocale.cpp b/superkaramba/src/themelocale.cpp index 6709ff3..7d9490a 100644 --- a/superkaramba/src/themelocale.cpp +++ b/superkaramba/src/themelocale.cpp @@ -192,7 +192,7 @@ TQStringList ThemeLocale::languageList() ++it ) { TQString ln, ct, chrset; - KLocale::splitLocale(*it, ln, ct, chrset); + TDELocale::splitLocale(*it, ln, ct, chrset); /* We don't use these in zip themes... if (!ct.isEmpty()) |