diff options
Diffstat (limited to '')
-rw-r--r-- | include/ui/KeyUploadDialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/KeyUploadDialog.h b/include/ui/KeyUploadDialog.h index b41ced6b..e6c3b836 100644 --- a/include/ui/KeyUploadDialog.h +++ b/include/ui/KeyUploadDialog.h @@ -31,7 +31,7 @@ class KeyUploadDialog : public QDialog { Q_OBJECT public: - KeyUploadDialog(GpgME::GpgContext *ctx, const QVector<GpgKey> &keys, QWidget *parent = nullptr); + KeyUploadDialog(GpgFrontend::GpgContext *ctx, const QVector<GpgKey> &keys, QWidget *parent = nullptr); public slots: @@ -45,7 +45,7 @@ private slots: private: - GpgME::GpgContext *mCtx; + GpgFrontend::GpgContext *mCtx; const QVector<GpgKey> &mKeys; QString appPath; QSettings settings; |