summaryrefslogtreecommitdiffstats
path: root/iso/kiso.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-09-26 15:52:27 -0500
committerDarrell Anderson <[email protected]>2012-09-26 15:52:27 -0500
commitc2fb605097bc21f6b794d5546192cd95d99104f8 (patch)
treec5fa7a2165429fe55473338a1576833375f882e7 /iso/kiso.cpp
parenta4a75ef2e6b000e8ba40ac380d08255704c4c1fa (diff)
downloadkrusader-c2fb605097bc21f6b794d5546192cd95d99104f8.tar.gz
krusader-c2fb605097bc21f6b794d5546192cd95d99104f8.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'iso/kiso.cpp')
-rw-r--r--iso/kiso.cpp4
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