summaryrefslogtreecommitdiffstats
path: root/src/kgpgme.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-12-02 00:51:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-12-02 00:51:33 +0900
commit698716c1dead3ac5ea317c8c2d1364686d8d4d51 (patch)
tree5221d06952a7e5a31d8cfc9f34599487d692845f /src/kgpgme.h
parent9af16309a17ebf562d4014ea430551c08820e799 (diff)
downloadbasket-698716c1.tar.gz
basket-698716c1.zip
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kgpgme.h')
-rw-r--r--src/kgpgme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kgpgme.h b/src/kgpgme.h
index e514500..1cbf3f8 100644
--- a/src/kgpgme.h
+++ b/src/kgpgme.h
@@ -69,7 +69,7 @@ class KGpgMe
TQString m_text;
bool m_saving;
bool m_useGnuPGAgent;
- TQCString m_cache;
+ TQString m_cache;
void init(gpgme_protocol_t proto);
gpgme_error_t readToBuffer(gpgme_data_t in, TQByteArray* outBuffer) const;