diff options
Diffstat (limited to '')
-rw-r--r-- | include/ui/keygen/SubkeyGenerateDialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/keygen/SubkeyGenerateDialog.h b/include/ui/keygen/SubkeyGenerateDialog.h index a1cfcf55..bbc99a9f 100644 --- a/include/ui/keygen/SubkeyGenerateDialog.h +++ b/include/ui/keygen/SubkeyGenerateDialog.h @@ -32,11 +32,11 @@ Q_OBJECT public: - explicit SubkeyGenerateDialog(GpgME::GpgContext *ctx, const GpgKey &key, QWidget *parent = nullptr); + explicit SubkeyGenerateDialog(GpgFrontend::GpgContext *ctx, const GpgKey &key, QWidget *parent = nullptr); private: - GpgME::GpgContext *mCtx; /** The current gpg context */ + GpgFrontend::GpgContext *mCtx; /** The current gpg context */ const GpgKey &mKey; GenKeyInfo genKeyInfo{}; |