summaryrefslogtreecommitdiffstats
path: root/krusader/VFS/krarchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/VFS/krarchandler.h')
-rw-r--r--krusader/VFS/krarchandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/VFS/krarchandler.h b/krusader/VFS/krarchandler.h
index 6324976..70dff00 100644
--- a/krusader/VFS/krarchandler.h
+++ b/krusader/VFS/krarchandler.h
@@ -64,7 +64,7 @@ public:
static TQString detectArchive( bool &encrypted, TQString fileName, bool checkEncrypted = true );
private:
// checks if the returned status is correct
- static bool checkStatus( TQString type, int exitCode );
+ static bool checktqStatus( TQString type, int exitCode );
static KWallet::Wallet * wallet;
};