summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--superkaramba/src/themelocale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/themelocale.cpp b/superkaramba/src/themelocale.cpp
index 37c72b7..bd3c661 100644
--- a/superkaramba/src/themelocale.cpp
+++ b/superkaramba/src/themelocale.cpp
@@ -175,7 +175,7 @@ TQStringList ThemeLocale::languageList()
// Reset the list and add the new languages
TQStringList languageList;
languageList +=
- TQStringList::split(':', TQFile::decodeName(::getenv("KDE_LANG")));
+ TQStringList::split(':', TQFile::decodeName(::getenv("TDE_LANG")));
languageList += config->readListEntry("Language", ':');