From d730c4aa3d702fe2cb6ba30affe74b105ae51527 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:20:28 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- superkaramba/src/themelocale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'superkaramba/src') 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()) -- cgit v1.2.1