diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:28 -0600 |
commit | 68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2 (patch) | |
tree | 2960e9f2a6227456ee4d6f1b135f6daa30929eac /koshell/koshell_main.cc | |
parent | 7e1f33d9f50dcae3eeed6143c602303ac360ba8d (diff) | |
download | koffice-68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2.tar.gz koffice-68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'koshell/koshell_main.cc')
-rw-r--r-- | koshell/koshell_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koshell/koshell_main.cc b/koshell/koshell_main.cc index b4c84ad7..e940360e 100644 --- a/koshell/koshell_main.cc +++ b/koshell/koshell_main.cc @@ -75,7 +75,7 @@ extern "C" KOSHELL_EXPORT int kdemain( int argc, char **argv ) aboutData->addAuthor("Sven Lüppken", I18N_NOOP("Current Maintainer"), "[email protected]"); aboutData->addAuthor("Torben Weis", 0, "[email protected]"); aboutData->addAuthor("David Faure", 0, "[email protected]"); - KCmdLineArgs::init( argc, argv, aboutData ); + TDECmdLineArgs::init( argc, argv, aboutData ); if ( !KoShellApp::start() ) { // Already running, brought to the foreground. |