diff options
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. |