diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:28 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:28 -0600 |
| commit | 68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2 (patch) | |
| tree | 2960e9f2a6227456ee4d6f1b135f6daa30929eac /koshell | |
| parent | 7e1f33d9f50dcae3eeed6143c602303ac360ba8d (diff) | |
| download | koffice-68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2.tar.gz koffice-68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2.zip | |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'koshell')
| -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 b4c84ad79..e940360ed 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"), "sven@kde.org"); aboutData->addAuthor("Torben Weis", 0, "weis@kde.org"); aboutData->addAuthor("David Faure", 0, "faure@kde.org"); - KCmdLineArgs::init( argc, argv, aboutData ); + TDECmdLineArgs::init( argc, argv, aboutData ); if ( !KoShellApp::start() ) { // Already running, brought to the foreground. |
