diff -Naur kdenetwork-4.5.86svn1205247.orig/kget/transfer-plugins/bittorrent/bttransferfactory.cpp kdenetwork-4.5.86svn1205247/kget/transfer-plugins/bittorrent/bttransferfactory.cpp --- kdenetwork-4.5.86svn1205247.orig/kget/transfer-plugins/bittorrent/bttransferfactory.cpp 2010-12-10 16:18:46.000000000 +0100 +++ kdenetwork-4.5.86svn1205247/kget/transfer-plugins/bittorrent/bttransferfactory.cpp 2010-12-14 11:08:45.859853871 +0100 @@ -19,7 +19,6 @@ #include "advanceddetails/btadvanceddetailswidget.h" #include -#include #include #include @@ -28,11 +27,6 @@ BTTransferFactory::BTTransferFactory(QObject *parent, const QVariantList &args) : TransferFactory(parent, args) { - if (!bt::InitLibKTorrent()) - { - kError(5001) << "Failed to initialize libktorrent"; - KGet::showNotification(0, "error", i18n("Cannot initialize libktorrent. Torrent support might not work.")); - } #if LIBKTORRENT_VERSION >= 0x010100 bt::Job::setJobTracker(new BTJobTracker(this)); #endif