diff options
author | Darrell Anderson <[email protected]> | 2012-09-26 15:52:27 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-09-26 15:52:27 -0500 |
commit | c2fb605097bc21f6b794d5546192cd95d99104f8 (patch) | |
tree | c5fa7a2165429fe55473338a1576833375f882e7 /iso/kiso.cpp | |
parent | a4a75ef2e6b000e8ba40ac380d08255704c4c1fa (diff) | |
download | krusader-c2fb605097bc21f6b794d5546192cd95d99104f8.tar.gz krusader-c2fb605097bc21f6b794d5546192cd95d99104f8.zip |
Fix inadvertent tqt changes.
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 0fe4655..e3a4def 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 |