From a3c24a0b777da2a26bed5ac8402f238ae627248e Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Thu, 20 Dec 2007 15:19:55 +0000 Subject: [PATCH] Make the parameter name consistent with the one in the .cpp file. svn path=/branches/kdepim/enterprise/kdepim/; revision=750921 --- objecttreeparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objecttreeparser.h b/objecttreeparser.h index 5981093fe..bcc137b0d 100644 --- a/objecttreeparser.h +++ b/objecttreeparser.h @@ -197,7 +197,7 @@ namespace KMail { std::vector &signatures, bool showWarning, bool& passphraseError, - bool& notActuallyEncrypted, + bool& actuallyEncrypted, QString& aErrorText, QString& auditLog );