diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-09-26 15:52:27 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-01-01 01:16:30 +0100 |
commit | 7f25602f7cf16b010592dbf41d78a859b8361677 (patch) | |
tree | 5b7911621130a67f1c0c91865944758238763f5b /iso/kiso.cpp | |
parent | 0ffd1835a66d84bbb659711e2a34768d7d65b8fa (diff) | |
download | krusader-7f25602f7cf16b010592dbf41d78a859b8361677.tar.gz krusader-7f25602f7cf16b010592dbf41d78a859b8361677.zip |
Fix inadvertent tqt changes.
(cherry picked from commit c2fb605097bc21f6b794d5546192cd95d99104f8)
Diffstat (limited to 'iso/kiso.cpp')
-rw-r--r-- | iso/kiso.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iso/kiso.cpp b/iso/kiso.cpp index 45dde07..738770b 100644 --- a/iso/kiso.cpp +++ b/iso/kiso.cpp @@ -39,7 +39,7 @@ #include "kiso.h" #include "libisofs/isofs.h" -#include "tqfilehack.h" +#include "qfilehack.h" #ifdef __linux__ @@ -157,7 +157,7 @@ void KIso::prepareDevice( const TQString & filename, { /* 'hack' for TQt's false assumption that only S_ISREG is seekable */ if( "inode/blockdevice" == mimetype ) - setDevice( new TQFileHack( filename ) ); + setDevice( new QFileHack( filename ) ); else { if( "application/x-gzip" == mimetype |