From c95876511a8ae1a902ae25715331a99a58ff552a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:01:45 -0600 Subject: [PATCH] Rename KLocale to enhance compatibility with KDE4 --- KMFIPTInterface/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KMFIPTInterface/main.cpp b/KMFIPTInterface/main.cpp index 22f55d1..12334df 100644 --- a/KMFIPTInterface/main.cpp +++ b/KMFIPTInterface/main.cpp @@ -38,7 +38,7 @@ static KCmdLineOptions options[] = }; int main ( int argc, char *argv[] ) { - KLocale::setMainCatalogue( "tdelibs" ); + TDELocale::setMainCatalogue( "tdelibs" ); TDEAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "TDE" ), version, description, TDEAboutData::License_GPL, "(C) 2001, Christian Hubinger" );