diff options
author | Slávek Banko <[email protected]> | 2018-11-30 16:17:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-30 16:24:31 +0100 |
commit | 6492b716b372d0f929f98a2965e00e10a0355204 (patch) | |
tree | 45a233b3f64424bea40533578150d392fa07b704 /libkpgp/kpgp.h | |
parent | 2e5de46030e2354b851ba731f6c76ac30a2e8a3b (diff) | |
download | tdepim-6492b716b372d0f929f98a2965e00e10a0355204.tar.gz tdepim-6492b716b372d0f929f98a2965e00e10a0355204.zip |
Improved previous commit
Signed-off-by: Slávek Banko <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libkpgp/kpgp.h')
-rw-r--r-- | libkpgp/kpgp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpgp/kpgp.h b/libkpgp/kpgp.h index 1ea49664e..4382f1f5f 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 TQString& pass); + bool setPassPhrase(const TQString &pass); /** test if the PGP executable is found and if there is a passphrase set or given. Returns: |