diff options
Diffstat (limited to 'ksayit/src')
-rw-r--r-- | ksayit/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/src/main.cpp b/ksayit/src/main.cpp index c7c9b26..6b23aba 100644 --- a/ksayit/src/main.cpp +++ b/ksayit/src/main.cpp @@ -40,8 +40,8 @@ static const char *description = int main(int argc, char *argv[]) { - KAboutData aboutData( "ksayit", I18N_NOOP("KSayIt"), - KSAYIT_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "ksayit", I18N_NOOP("KSayIt"), + KSAYIT_VERSION, description, TDEAboutData::License_GPL, "(c) 1996 - 2005, Robert Vogl", 0, 0, "voglrobe@web.de"); aboutData.addAuthor("Robert Vogl",0, "voglrobe@web.de"); TDECmdLineArgs::init( argc, argv, &aboutData ); |