More xz/lzma fixes

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1164891 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent ffcb34f4b8
commit faf41e2e00

@ -510,9 +510,10 @@ bool KTar::KTarPrivate::writeBackTempFile( const TQString & filename ) {
bool forced = false;
if( "application/x-gzip" == mimetype
|| "application/x-bzip2" == mimetype)
forced = true;
|| "application/x-bzip2" == mimetype
|| "application/x-lzma" == mimetype
|| "application/x-xz" == mimetype)
forced = true;
TQIODevice *dev = KFilterDev::deviceForFile( filename, mimetype, forced );
if( dev ) {

Loading…
Cancel
Save