summaryrefslogtreecommitdiffstats
path: root/ark/rar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ark/rar.cpp')
-rw-r--r--ark/rar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/rar.cpp b/ark/rar.cpp
index 056e6c4..1cebe05 100644
--- a/ark/rar.cpp
+++ b/ark/rar.cpp
@@ -291,7 +291,7 @@ void RarArch::unarchFileInternal()
bool RarArch::passwordRequired()
{
- return m_lastShellOutput.tqfindRev("password incorrect ?)")+1;
+ return m_lastShellOutput.findRev("password incorrect ?)")+1;
}
void RarArch::remove( TQStringList *list )