Remove old upstream URL.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 28b5726aae)
r14.0.x
Chris 5 years ago committed by Slávek Banko
parent 6c85d9f514
commit 8b7b167823
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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, "joris.guisson@gmail.com" );
about.addAuthor("Ivan Vasic",0,"ivasic@gmail.com");
about.addAuthor("Alan Jones",I18N_NOOP("RSS Plugin"),"skyphyr@gmail.com");

@ -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;

Loading…
Cancel
Save