diff options
author | Chris <xchrisx@uber.space> | 2019-07-16 18:33:01 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-16 18:33:01 +0200 |
commit | 28b5726aae8f2a4c85d5fd1a808dc35fc2cd8254 (patch) | |
tree | c15121d3bd8a67ea8d2444caa53b9d5601195fdf /apps/ktupnptest | |
parent | 8d6109101b6faf5e8aa97633cd0680f2aaa35a7b (diff) | |
download | ktorrent-28b5726aae8f2a4c85d5fd1a808dc35fc2cd8254.tar.gz ktorrent-28b5726aae8f2a4c85d5fd1a808dc35fc2cd8254.zip |
Remove old upstream URL.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'apps/ktupnptest')
-rw-r--r-- | apps/ktupnptest/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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; |