Branch: master

28b5726a 2019-07-16 16:33:01 Chris
Remove old upstream URL.

Signed-off-by: Chris <xchrisx@...>
M apps/ktorrent/main.cpp
M apps/ktupnptest/main.cpp

apps/ktorrent/main.cpp

diff --git a/apps/ktorrent/main.cpp b/apps/ktorrent/main.cpp
index f658d77..748001a 100644
--- a/apps/ktorrent/main.cpp
+++ b/apps/ktorrent/main.cpp
@@ -118,8 +118,7 @@
 	signal(SIGXFSZ,SIG_IGN);
 	tqInstallMsgHandler( StupidWarningMessagesFromTQt );
 	TDEAboutData about("ktorrent", I18N_NOOP("KTorrent"), kt::VERSION_STRING, description,
-					 TDEAboutData::License_GPL, "(C) 2005 -2008 Joris Guisson and Ivan Vasic", 0,
-					 "http://www.ktorrent.org/");
+					 TDEAboutData::License_GPL, "(C) 2005 -2008 Joris Guisson and Ivan Vasic", 0);
 	about.addAuthor("Joris Guisson", 0, "joris.guisson@..." );
 	about.addAuthor("Ivan Vasic",0,"ivasic@...");
 	about.addAuthor("Alan Jones",I18N_NOOP("RSS Plugin"),"skyphyr@...");

apps/ktupnptest/main.cpp

diff --git a/apps/ktupnptest/main.cpp b/apps/ktupnptest/main.cpp
index ff1792b..2493f36 100644
--- a/apps/ktupnptest/main.cpp
+++ b/apps/ktupnptest/main.cpp
@@ -49,8 +49,7 @@
 {
 	Globals::instance().setDebugMode(true);
 	TDEAboutData about("ktupnptest", I18N_NOOP("KTUPnPTest"), version, description,
-					 TDEAboutData::License_GPL, "(C) 2005 Joris Guisson", 0,
-					 "http://ktorrent.org/");
+					 TDEAboutData::License_GPL, "(C) 2005 Joris Guisson", 0);
 	TDECmdLineArgs::init(argc, argv,&about);
 	TDECmdLineArgs::addCmdLineOptions( options );
 	TDEApplication app;