summaryrefslogtreecommitdiffstats
path: root/kfilereplace/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfilereplace/main.cpp')
-rw-r--r--kfilereplace/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfilereplace/main.cpp b/kfilereplace/main.cpp
index 4ce9b742..027894f9 100644
--- a/kfilereplace/main.cpp
+++ b/kfilereplace/main.cpp
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
{
KAboutData about("kfilereplace", I18N_NOOP("KFileReplace"), version, description,
KAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux", I18N_NOOP("Part of the KDEWebDev module."),
- "http://www.kdewebdev.org");
+ "http://www.tdewebdev.org");
about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org");
about.addAuthor("Emiliano Gulmini", I18N_NOOP("Current maintainer, code cleaner and rewriter"),"emi_barbarossa@yahoo.it");