summaryrefslogtreecommitdiffstats
path: root/ark/arch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ark/arch.cpp')
-rw-r--r--ark/arch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/arch.cpp b/ark/arch.cpp
index 336fe59..9b9aa00 100644
--- a/ark/arch.cpp
+++ b/ark/arch.cpp
@@ -297,7 +297,7 @@ void Arch::slotReceivedTOC( KProcess*, char* data, int length )
{
processLine( m_buffer );
}
- else if ( m_buffer.tqfind( m_headerString.data() ) == -1 )
+ else if ( m_buffer.find( m_headerString.data() ) == -1 )
{
if ( m_header_removed && !m_finished )
{