summaryrefslogtreecommitdiffstats
path: root/knetattach
diff options
context:
space:
mode:
Diffstat (limited to 'knetattach')
-rw-r--r--knetattach/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/knetattach/main.cpp b/knetattach/main.cpp
index b2cb63d08..35b58677b 100644
--- a/knetattach/main.cpp
+++ b/knetattach/main.cpp
@@ -29,8 +29,7 @@ int main(int argc, char **argv) {
TDEAboutData about("knetattach", I18N_NOOP("TDE Network Wizard"), "1.0",
I18N_NOOP("TDE Network Wizard"),
TDEAboutData::License_GPL,
- I18N_NOOP("(c) 2004 George Staikos"), 0,
- "http://www.kde.org/");
+ I18N_NOOP("(c) 2004 George Staikos"), 0);
about.addAuthor("George Staikos", I18N_NOOP("Primary author and maintainer"), "staikos@kde.org");