summaryrefslogtreecommitdiffstats
path: root/koshell/koshell_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'koshell/koshell_main.cc')
-rw-r--r--koshell/koshell_main.cc2
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"), "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.