summaryrefslogtreecommitdiffstats
path: root/quanta/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:35 -0600
commitffa67ac75582192196cb70f866f6bfa00586542a (patch)
tree5a09c67b42a8228fc8348b5689b85006ea09942d /quanta/src/main.cpp
parent997aa1672a07ce33c6696bd4a4124bfff97036e1 (diff)
downloadtdewebdev-ffa67ac75582192196cb70f866f6bfa00586542a.tar.gz
tdewebdev-ffa67ac75582192196cb70f866f6bfa00586542a.zip
Additional renaming of kde to tde
Diffstat (limited to 'quanta/src/main.cpp')
-rw-r--r--quanta/src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp
index fda7d0dc..75d6918e 100644
--- a/quanta/src/main.cpp
+++ b/quanta/src/main.cpp
@@ -71,7 +71,7 @@ int main(int argc, char *argv[])
QUANTA_VERSION, description, KAboutData::License_GPL_V2,
copyright,
othertext,
- "http://kdewebdev.org"
+ "http://tdewebdev.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@kdewebdev.org");
+ "mrudolf@tdewebdev.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@kdewebdev.org");
+ "jens@tdewebdev.org");
aboutData.addCredit("Andrea Bergia",
I18N_NOOP("Original CSS editor"),