diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:57:34 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:57:34 +0200 |
commit | 62bf0e086fbb09fc5e53fffcfe0e2f202ac364d8 (patch) | |
tree | bf45bd512915bc62e1bade737ddc6d0911b6633d /src/main.cpp | |
parent | 60098ed4e5276d4e3b3678f9aeedaf4c3fae226d (diff) | |
download | knowit-62bf0e086fbb09fc5e53fffcfe0e2f202ac364d8.tar.gz knowit-62bf0e086fbb09fc5e53fffcfe0e2f202ac364d8.zip |
Additional k => tde renaming and fixes
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 9731aa8..15531bb 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@tdewebdev.org + email : mrudolf@kdewebdev.org ***************************************************************************/ /*************************************************************************** @@ -35,8 +35,8 @@ int main(int argc, char *argv[]) { TDEAboutData aboutData( "knowit", I18N_NOOP("KnowIt"), VERSION, description, TDEAboutData::License_GPL, - "(C) 2002-2004 Michal Rudolf", 0, 0, "mrudolf@tdewebdev.org"); - aboutData.addAuthor("Michal Rudolf",0, "mrudolf@tdewebdev.org"); + "(C) 2002-2004 Michal Rudolf", 0, 0, "mrudolf@kdewebdev.org"); + aboutData.addAuthor("Michal Rudolf",0, "mrudolf@kdewebdev.org"); aboutData.setTranslator (I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"), I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails")); |