From 4b43e77ddb4cc732aebc1937a2f66f8f1e8aa733 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:01:04 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 87bddf8..5803e2f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -58,7 +58,7 @@ int main( int argc, char ** argv ) "http://www.kchmviewer.net", "gyunaev@ulduzsoft.com"); - KLocale::setMainCatalogue( "kchmviewer" ); + TDELocale::setMainCatalogue( "kchmviewer" ); TDECmdLineArgs::init (argc, argv, &aboutdata); TDECmdLineArgs::addCmdLineOptions( options ); -- cgit v1.2.3