diff options
Diffstat (limited to 'knetwalk/src')
-rw-r--r-- | knetwalk/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knetwalk/src/main.cpp b/knetwalk/src/main.cpp index b5c4b82f..ea55a816 100644 --- a/knetwalk/src/main.cpp +++ b/knetwalk/src/main.cpp @@ -39,8 +39,8 @@ static KCmdLineOptions options[] = int main(int argc, char ** argv) { - KAboutData about("knetwalk", I18N_NOOP("knetwalk"), version, description, - KAboutData::License_GPL, I18N_NOOP("(C) 2004, 2005 Andi Peredri, ported to KDE by Thomas Nagy"), 0, + TDEAboutData about("knetwalk", I18N_NOOP("knetwalk"), version, description, + TDEAboutData::License_GPL, I18N_NOOP("(C) 2004, 2005 Andi Peredri, ported to KDE by Thomas Nagy"), 0, "tnagyemail-mail@yahoo.fr"); about.addAuthor( "Andi Peredri", 0, "andi@ukr.net" ); about.addAuthor( "Thomas Nagy", 0, "tnagy2^8@yahoo.fr" ); |