diff options
author | Chris <[email protected]> | 2019-07-16 18:33:01 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-07-16 20:27:41 +0200 |
commit | 8b7b167823cad5cf354d79e6f7eaabcc91fff542 (patch) | |
tree | f815cbada58e1405f6fcafb820e612114f249fc9 | |
parent | 6c85d9f514a810b5408deebd189242ca79402506 (diff) | |
download | ktorrent-8b7b167823cad5cf354d79e6f7eaabcc91fff542.tar.gz ktorrent-8b7b167823cad5cf354d79e6f7eaabcc91fff542.zip |
Remove old upstream URL.
Signed-off-by: Chris <[email protected]>
(cherry picked from commit 28b5726aae8f2a4c85d5fd1a808dc35fc2cd8254)
-rw-r--r-- | apps/ktorrent/main.cpp | 3 | ||||
-rw-r--r-- | apps/ktupnptest/main.cpp | 3 |
2 files changed, 2 insertions, 4 deletions
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 @@ int main(int argc, char **argv) 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, "[email protected]" ); about.addAuthor("Ivan Vasic",0,"[email protected]"); about.addAuthor("Alan Jones",I18N_NOOP("RSS Plugin"),"[email protected]"); 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 @@ int main(int argc,char** argv) { 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; |