diff options
Diffstat (limited to 'verifykeydetailbox.h')
-rw-r--r-- | verifykeydetailbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/verifykeydetailbox.h b/verifykeydetailbox.h index 82f7987..adfea1c 100644 --- a/verifykeydetailbox.h +++ b/verifykeydetailbox.h @@ -31,13 +31,13 @@ class VerifyKeyDetailBox: public QGroupBox { Q_OBJECT public: - explicit VerifyKeyDetailBox(QWidget *parent, GpgME::Context* ctx, KeyList* mKeyList, gpgme_signature_t signature); + explicit VerifyKeyDetailBox(QWidget *parent, GpgME::GpgContext* ctx, KeyList* mKeyList, gpgme_signature_t signature); private slots: void importFormKeyserver(); private: - GpgME::Context* mCtx; + GpgME::GpgContext* mCtx; KeyList* mKeyList; QString beautifyFingerprint(QString fingerprint); QString fpr; |