diff options
Diffstat (limited to 'apps/ktorrent/main.cpp')
-rw-r--r-- | apps/ktorrent/main.cpp | 3 |
1 files changed, 1 insertions, 2 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, "joris.guisson@gmail.com" ); about.addAuthor("Ivan Vasic",0,"ivasic@gmail.com"); about.addAuthor("Alan Jones",I18N_NOOP("RSS Plugin"),"skyphyr@gmail.com"); |