SVN commit 1171593 by weilbach: Refix mimetype. M +1 -1 kio_torrent.cpp --- trunk/playground/ioslaves/kio_torrent/kio_torrent.cpp #1171592:1171593 @@ -126,7 +126,7 @@ KMimeType::Ptr mt = KMimeType::findByUrl( m_path, 0, true /* local URL */ ); kDebug() << "mimetype: " << mt->name(); - emit mimeType( "unknown" ); + emit mimeType( mt->name() ); QFile file(m_path); if (!file.open(QIODevice::ReadOnly)) {