diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 14734b7..ae1f209 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ ------------------- begin : czw wrz 26 08:27:40 CEST 2002 copyright : (C) 2002-2004 by Micha³ Rudolf - email : mrudolf@kdewebdev.org + email : mrudolf@tdewebdev.org ***************************************************************************/ /*************************************************************************** @@ -35,8 +35,8 @@ int main(int argc, char *argv[]) { KAboutData aboutData( "knowit", I18N_NOOP("KnowIt"), VERSION, description, KAboutData::License_GPL, - "(C) 2002-2004 Michal Rudolf", 0, 0, "mrudolf@kdewebdev.org"); - aboutData.addAuthor("Michal Rudolf",0, "mrudolf@kdewebdev.org"); + "(C) 2002-2004 Michal Rudolf", 0, 0, "mrudolf@tdewebdev.org"); + aboutData.addAuthor("Michal Rudolf",0, "mrudolf@tdewebdev.org"); aboutData.setTranslator (I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"), I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails")); |