summaryrefslogtreecommitdiffstats
path: root/klinkstatus/src/main.cpp
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-09-03 20:03:18 +0200
committerSlávek Banko <[email protected]>2013-09-03 21:03:38 +0200
commitd17de25b7fe2200ed60b15ec6801e3458b2c1046 (patch)
treef8d177d2e951eab368c0491c24837836ef41470b /klinkstatus/src/main.cpp
parent9b520883661b34a40beb46cedb80355fbe6587ad (diff)
downloadtdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.tar.gz
tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'klinkstatus/src/main.cpp')
-rw-r--r--klinkstatus/src/main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/klinkstatus/src/main.cpp b/klinkstatus/src/main.cpp
index 98f6d18d..df4ef760 100644
--- a/klinkstatus/src/main.cpp
+++ b/klinkstatus/src/main.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Paulo Moura Guedes *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -47,18 +47,18 @@ int main(int argc, char *argv[])
TDEAboutData about("klinkstatus", I18N_NOOP("KLinkStatus"), version, description,
TDEAboutData::License_GPL_V2, "(C) 2004 Paulo Moura Guedes", 0,
- "http://klinkstatus.tdewebdev.org");
+ "http://klinkstatus.kdewebdev.org");
- about.addAuthor("Paulo Moura Guedes", 0, "[email protected]");
+ about.addAuthor("Paulo Moura Guedes", 0, "[email protected]");
about.addCredit("Manuel Menezes de Sequeira", 0, 0, "http://home.iscte.pt/~mms/");
about.addCredit("Gonçalo Silva", 0, "[email protected]");
about.addCredit("Nuno Monteiro", 0, 0, "http://www.itsari.org");
about.addCredit("Eric Laffoon", 0, "[email protected]");
about.addCredit("Andras Mantia", 0, "[email protected]");
- about.addCredit("Michal Rudolf", 0, "[email protected]");
+ about.addCredit("Michal Rudolf", 0, "[email protected]");
about.addCredit("Mathieu Kooiman", 0, " [email protected]");
- about.addCredit("Jens Herden", 0, "[email protected]");
+ about.addCredit("Jens Herden", 0, "[email protected]");
about.addCredit("Helge Hielscher", 0, "[email protected]");
TDECmdLineArgs::init(argc, argv, &about);