summaryrefslogtreecommitdiffstats
path: root/libkpgp/kpgpblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkpgp/kpgpblock.cpp')
-rw-r--r--libkpgp/kpgpblock.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkpgp/kpgpblock.cpp b/libkpgp/kpgpblock.cpp
index 9d0a6805..4e5f9239 100644
--- a/libkpgp/kpgpblock.cpp
+++ b/libkpgp/kpgpblock.cpp
@@ -27,7 +27,7 @@ Block::Block( const TQCString& str )
: mText(str), mProcessedText(), mError(),
mSignatureUserId(), mSignatureKeyId(), mSignatureDate(),
mRequiredKey(), mEncryptedFor(),
- mStatus(0), mHasBeenProcessed(false), mType(NoPgpBlock)
+ mtqStatus(0), mHasBeenProcessed(false), mType(NoPgpBlock)
{
mEncryptedFor.setAutoDelete( true );
}
@@ -41,12 +41,12 @@ Block::reset()
{
mProcessedText = TQCString();
mError = TQCString();
- mSignatureUserId = TQString::null;
+ mSignatureUserId = TQString();
mSignatureKeyId = TQCString();
mSignatureDate = TQCString();
mRequiredKey = TQCString();
mEncryptedFor.clear();
- mStatus = 0;
+ mtqStatus = 0;
mHasBeenProcessed = false;
}