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 --- kaddressbook/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kaddressbook/main.cpp') diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp index 16c5156e..fa2d03bf 100644 --- a/kaddressbook/main.cpp +++ b/kaddressbook/main.cpp @@ -111,7 +111,7 @@ int KAddressBookApp::newInstance() int main( int argc, char *argv[] ) { - KLocale::setMainCatalogue( "kaddressbook" ); + TDELocale::setMainCatalogue( "kaddressbook" ); TDECmdLineArgs::init( argc, argv, KABCore::createAboutData() ); TDECmdLineArgs::addCmdLineOptions( kaddressbook_options ); -- cgit v1.2.3