diff options
Diffstat (limited to 'kblackbox/main.cpp')
-rw-r--r-- | kblackbox/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kblackbox/main.cpp b/kblackbox/main.cpp index 411b4f52..1a0180eb 100644 --- a/kblackbox/main.cpp +++ b/kblackbox/main.cpp @@ -26,8 +26,8 @@ static const char description[] = I18N_NOOP("TDE Blackbox Game"); int main( int argc, char **argv ) { - KAboutData aboutData( "kblackbox", I18N_NOOP("KBlackBox"), - KBVERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kblackbox", I18N_NOOP("KBlackBox"), + KBVERSION, description, TDEAboutData::License_GPL, "(c) 1999-2000, Robert Cimrman"); aboutData.addAuthor("Robert Cimrman",0, "cimrman3@students.zcu.cz"); TDECmdLineArgs::init( argc, argv, &aboutData ); |