From 0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:03:36 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- lib/kofficecore/KoGlobal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kofficecore/KoGlobal.cpp') diff --git a/lib/kofficecore/KoGlobal.cpp b/lib/kofficecore/KoGlobal.cpp index 40050232f..78c395402 100644 --- a/lib/kofficecore/KoGlobal.cpp +++ b/lib/kofficecore/KoGlobal.cpp @@ -112,7 +112,7 @@ TQStringList KoGlobal::_listOfLanguages() void KoGlobal::createListOfLanguages() { TDEConfig config( "all_languages", true, false, "locale" ); - // Note that we could also use KLocale::allLanguagesTwoAlpha + // Note that we could also use TDELocale::allLanguagesTwoAlpha TQMap seenLanguages; const TQStringList langlist = config.groupList(); -- cgit v1.2.3