From fa83271d8cc574c52a889303f76c8fa1988f0773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:01:40 -0600 Subject: [PATCH] Rename KLocale to enhance compatibility with KDE4 --- kiosktool/kiosktool-tdedirs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiosktool/kiosktool-tdedirs.cpp b/kiosktool/kiosktool-tdedirs.cpp index 3796aac..7f8b1f7 100644 --- a/kiosktool/kiosktool-tdedirs.cpp +++ b/kiosktool/kiosktool-tdedirs.cpp @@ -121,7 +121,7 @@ static KCmdLineOptions options[] = { int main(int argc, char **argv) { - KLocale::setMainCatalogue("kiosktool"); + TDELocale::setMainCatalogue("kiosktool"); TDEAboutData about("kiosktool-tdedirs", "kiosktool-tdedirs", "1.0", description, TDEAboutData::License_GPL, "(C) 2004 Waldo Bastian"); TDECmdLineArgs::init( argc, argv, &about); TDECmdLineArgs::addCmdLineOptions(options);