diff options
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"),  | 
