aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/KeyMgmt.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinclude/ui/KeyMgmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/KeyMgmt.h b/include/ui/KeyMgmt.h
index fa352149..d96d6aba 100755
--- a/include/ui/KeyMgmt.h
+++ b/include/ui/KeyMgmt.h
@@ -36,7 +36,7 @@ class KeyMgmt : public QMainWindow {
Q_OBJECT
public:
- explicit KeyMgmt(GpgME::GpgContext *ctx, QWidget *parent = nullptr);
+ explicit KeyMgmt(GpgFrontend::GpgContext *ctx, QWidget *parent = nullptr);
QAction *importKeyFromClipboardAct{};
QAction *importKeyFromFileAct{};
@@ -86,7 +86,7 @@ private:
QSettings settings;
KeyList *mKeyList;
- GpgME::GpgContext *mCtx;
+ GpgFrontend::GpgContext *mCtx;
QMenu *fileMenu{};
QMenu *keyMenu{};
QMenu *generateKeyMenu{};