From c2fb605097bc21f6b794d5546192cd95d99104f8 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 26 Sep 2012 15:52:27 -0500 Subject: Fix inadvertent tqt changes. --- iso/kiso.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iso/kiso.cpp') 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 -- cgit v1.2.1