From 6dea9442526e5ebacf313ad387c7dff4b87a53bf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:19:44 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- wizards/kolabmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards/kolabmain.cpp') diff --git a/wizards/kolabmain.cpp b/wizards/kolabmain.cpp index 8b316a456..f094b64f6 100644 --- a/wizards/kolabmain.cpp +++ b/wizards/kolabmain.cpp @@ -36,7 +36,7 @@ static const KCmdLineOptions options[] = int main(int argc,char **argv) { - KLocale::setMainCatalogue( "tdepimwizards" ); + TDELocale::setMainCatalogue( "tdepimwizards" ); TDEAboutData aboutData( "kolabwizard", I18N_NOOP( "Kolab Configuration Wizard" ), "0.1" ); TDECmdLineArgs::init( argc, argv, &aboutData ); -- cgit v1.2.1