diff options
Diffstat (limited to 'koshell/koshell_main.cc')
-rw-r--r-- | koshell/koshell_main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/koshell/koshell_main.cc b/koshell/koshell_main.cc index e940360ed..83be23427 100644 --- a/koshell/koshell_main.cc +++ b/koshell/koshell_main.cc @@ -69,8 +69,8 @@ int KoShellApp::newInstance() extern "C" KOSHELL_EXPORT int kdemain( int argc, char **argv ) { - KAboutData * aboutData = new KAboutData( "koshell", I18N_NOOP("KOffice Workspace"), - version, description, KAboutData::License_GPL, + TDEAboutData * aboutData = new TDEAboutData( "koshell", I18N_NOOP("KOffice Workspace"), + version, description, TDEAboutData::License_GPL, "(c) 1998-2006, Torben Weis\n(c) 2002-2005, David Faure\n(c) 2005, Sven Lüppken"); aboutData->addAuthor("Sven Lüppken", I18N_NOOP("Current Maintainer"), "sven@kde.org"); aboutData->addAuthor("Torben Weis", 0, "weis@kde.org"); |