summaryrefslogtreecommitdiffstats
path: root/libkpgp/kpgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkpgp/kpgp.h')
-rw-r--r--libkpgp/kpgp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libkpgp/kpgp.h b/libkpgp/kpgp.h
index 6628f41e..1ea49664 100644
--- a/libkpgp/kpgp.h
+++ b/libkpgp/kpgp.h
@@ -332,7 +332,7 @@ private:
KeyIDList getEncryptionKeys( const TQString& person );
/** Set pass phrase */
- bool setPassPhrase(const char* pass);
+ bool setPassPhrase(const TQString& pass);
/** test if the PGP executable is found and if there is a passphrase
set or given. Returns:
@@ -431,8 +431,7 @@ private:
bool mSecretKeysCached : 1; // did we already read the secret keys?
bool storePass : 1;
- char * passphrase;
- size_t passphrase_buffer_len;
+ TQString passphrase;
TQString errMsg;