summaryrefslogtreecommitdiffstats
path: root/kommander/executor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/executor/main.cpp')
-rw-r--r--kommander/executor/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/executor/main.cpp b/kommander/executor/main.cpp
index 00d7e509..183118e8 100644
--- a/kommander/executor/main.cpp
+++ b/kommander/executor/main.cpp
@@ -57,9 +57,9 @@ int main(int argc, char *argv[])
{
KAboutData aboutData( "kmdr-executor", I18N_NOOP("Kommander Executor"),
KOMMANDER_VERSION, description, KAboutData::License_GPL,
- "(c) 2002, Marc Britton, (C) 2008 Andras Mantia", 0, 0, "http://kommander.kdewebdev.org");
- aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@kdewebdev.org");
- aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@kdewebdev.org");
+ "(c) 2002, Marc Britton, (C) 2008 Andras Mantia", 0, 0, "http://kommander.tdewebdev.org");
+ aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@tdewebdev.org");
+ aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@tdewebdev.org");
aboutData.addAuthor("Marc Britton", I18N_NOOP("Original author"), "consume@optusnet.com.au");
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.