diff --git a/src/main.C b/src/main.C index 0abc70d5..85e70072 100644 --- a/src/main.C +++ b/src/main.C @@ -992,7 +992,7 @@ int main(int argc, char* argv[]) eargs.append(shell); KAboutData aboutData( PACKAGE, I18N_NOOP("Konsole"), - VERSION, description, KAboutData::GPL, + VERSION, description, KAboutData::License_GPL, "(c) 1997-2000, Lars Doelle"); aboutData.addAuthor("Lars Doelle",0, "lars.doelle@on-line.de"); KCmdLineArgs::init( argc, argv, &aboutData );