diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 08:01:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 08:01:04 -0600 |
commit | 4b43e77ddb4cc732aebc1937a2f66f8f1e8aa733 (patch) | |
tree | 4548cec9ecf63f8e28f2b8264d163d1ccb7c0875 | |
parent | 1c0129ac2313c83b750193f2d1f771d9d2d14cc3 (diff) | |
download | kchmviewer-4b43e77ddb4cc732aebc1937a2f66f8f1e8aa733.tar.gz kchmviewer-4b43e77ddb4cc732aebc1937a2f66f8f1e8aa733.zip |
Rename KLocale to enhance compatibility with KDE4
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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", - KLocale::setMainCatalogue( "kchmviewer" ); + TDELocale::setMainCatalogue( "kchmviewer" ); TDECmdLineArgs::init (argc, argv, &aboutdata); TDECmdLineArgs::addCmdLineOptions( options ); |