diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:18 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:03:38 +0200 |
commit | d17de25b7fe2200ed60b15ec6801e3458b2c1046 (patch) | |
tree | f8d177d2e951eab368c0491c24837836ef41470b /quanta/src/main.cpp | |
parent | 9b520883661b34a40beb46cedb80355fbe6587ad (diff) | |
download | tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.tar.gz tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'quanta/src/main.cpp')
-rw-r--r-- | quanta/src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp index 91e0dbd5..183b2149 100644 --- a/quanta/src/main.cpp +++ b/quanta/src/main.cpp @@ -71,7 +71,7 @@ int main(int argc, char *argv[]) QUANTA_VERSION, description, TDEAboutData::License_GPL_V2, copyright, othertext, - "http://tdewebdev.org" + "http://kdewebdev.org" ); //aboutData.otherText(&othertext); @@ -83,7 +83,7 @@ int main(int argc, char *argv[]) aboutData.addCredit("Michal Rudolf", I18N_NOOP("Various fixes, table editor maintainer"), - "mrudolf@tdewebdev.org"); + "mrudolf@kdewebdev.org"); aboutData.addCredit("Linus McCabe", I18N_NOOP("Debugger interface and integration of the Gubed PHP debugger"), @@ -151,7 +151,7 @@ int main(int argc, char *argv[]) aboutData.addCredit("Jens Herden", I18N_NOOP("Improvements to the treeview code; code review and cleanup"), - "jens@tdewebdev.org"); + "jens@kdewebdev.org"); aboutData.addCredit("Andrea Bergia", I18N_NOOP("Original CSS editor"), |