summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/kbigbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/kbigbuffer.cpp')
-rw-r--r--khexedit/lib/kbigbuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/kbigbuffer.cpp b/khexedit/lib/kbigbuffer.cpp
index 8505ef7..99925da 100644
--- a/khexedit/lib/kbigbuffer.cpp
+++ b/khexedit/lib/kbigbuffer.cpp
@@ -102,7 +102,7 @@ int KBigBuffer::rfind( const char*, int /*Length*/, int /*Pos*/ ) const { return
-bool KBigBuffer::open( const QString& FileName )
+bool KBigBuffer::open( const TQString& FileName )
{
// clear old data
if( isOpen() && !close() ) // only occurs if close somehow fails.