diff options
Diffstat (limited to '')
-rw-r--r-- | include/ui/widgets/SignersPicker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/widgets/SignersPicker.h b/include/ui/widgets/SignersPicker.h index afa95a05..4c9c9f2d 100644 --- a/include/ui/widgets/SignersPicker.h +++ b/include/ui/widgets/SignersPicker.h @@ -35,12 +35,12 @@ Q_OBJECT public: - explicit SignersPicker(GpgME::GpgContext *ctx, QWidget *parent = nullptr); + explicit SignersPicker(GpgFrontend::GpgContext *ctx, QWidget *parent = nullptr); void getCheckedSigners(QVector<GpgKey> &keys); private: - GpgME::GpgContext *mCtx; + GpgFrontend::GpgContext *mCtx; KeyList *mKeyList; }; |