diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:26 -0600 |
commit | 0be18c99128cee9610f4d4c8151abab7d08dc4c4 (patch) | |
tree | 548e148f19b8b3f5c04b5762c2bb72184414bbfc /src/main.cpp | |
parent | 7e20c85c78b3ffe2e6c5715cbf51be9138a45614 (diff) | |
download | kchmviewer-0be18c99128cee9610f4d4c8151abab7d08dc4c4.tar.gz kchmviewer-0be18c99128cee9610f4d4c8151abab7d08dc4c4.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 662f050..201d4e4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -59,8 +59,8 @@ int main( int argc, char ** argv ) KLocale::setMainCatalogue( "kchmviewer" ); - KCmdLineArgs::init (argc, argv, &aboutdata); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init (argc, argv, &aboutdata); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; #else |