diff options
Diffstat (limited to 'kspaceduel')
-rw-r--r-- | kspaceduel/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspaceduel/main.cpp b/kspaceduel/main.cpp index f8d3ead1..5b30fa63 100644 --- a/kspaceduel/main.cpp +++ b/kspaceduel/main.cpp @@ -9,8 +9,8 @@ static const char description[] = I18N_NOOP("TDE Space Game"); int main(int argc,char **argv) { - KAboutData aboutData( "kspaceduel", I18N_NOOP("KSpaceDuel"), - KSPACEDUEL_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kspaceduel", I18N_NOOP("KSpaceDuel"), + KSPACEDUEL_VERSION, description, TDEAboutData::License_GPL, "(c) 1998-2000, Andreas Zehender"); aboutData.addAuthor("Andreas Zehender",0, "[email protected]"); TDECmdLineArgs::init( argc, argv, &aboutData ); |