diff options
Diffstat (limited to '')
-rw-r--r-- | include/ui/widgets/VerifyKeyDetailBox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/widgets/VerifyKeyDetailBox.h b/include/ui/widgets/VerifyKeyDetailBox.h index 66f01a8e..3c9a6cfe 100644 --- a/include/ui/widgets/VerifyKeyDetailBox.h +++ b/include/ui/widgets/VerifyKeyDetailBox.h @@ -31,7 +31,7 @@ class VerifyKeyDetailBox : public QGroupBox { Q_OBJECT public: - explicit VerifyKeyDetailBox(QWidget *parent, GpgME::GpgContext *ctx, KeyList *mKeyList, + explicit VerifyKeyDetailBox(QWidget *parent, GpgFrontend::GpgContext *ctx, KeyList *mKeyList, gpgme_signature_t signature); private slots: @@ -39,7 +39,7 @@ private slots: void slotImportFormKeyserver(); private: - GpgME::GpgContext *mCtx; + GpgFrontend::GpgContext *mCtx; KeyList *mKeyList; static QString beautifyFingerprint(QString fingerprint); |