|
|
|
@ -117,8 +117,8 @@ int main(int argc, char **argv)
|
|
|
|
|
signal(SIGPIPE,SIG_IGN);
|
|
|
|
|
signal(SIGXFSZ,SIG_IGN);
|
|
|
|
|
tqInstallMsgHandler( StupidWarningMessagesFromTQt );
|
|
|
|
|
KAboutData about("ktorrent", I18N_NOOP("KTorrent"), kt::VERSION_STRING, description,
|
|
|
|
|
KAboutData::License_GPL, "(C) 2005 -2008 Joris Guisson and Ivan Vasic", 0,
|
|
|
|
|
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/");
|
|
|
|
|
about.addAuthor("Joris Guisson", 0, "joris.guisson@gmail.com" );
|
|
|
|
|
about.addAuthor("Ivan Vasic",0,"ivasic@gmail.com");
|
|
|
|
|