aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/Wizard.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/ui/Wizard.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ui/Wizard.h b/include/ui/Wizard.h
index 79c7e321..e38bc560 100644
--- a/include/ui/Wizard.h
+++ b/include/ui/Wizard.h
@@ -40,10 +40,10 @@ public:
Page_Conclusion
};
- Wizard(GpgME::GpgContext *ctx, KeyMgmt *keyMgmt, QWidget *parent = nullptr);
+ Wizard(GpgFrontend::GpgContext *ctx, KeyMgmt *keyMgmt, QWidget *parent = nullptr);
private:
- GpgME::GpgContext *mCtx;
+ GpgFrontend::GpgContext *mCtx;
KeyMgmt *mKeyMgmt;
QString appPath;
QSettings settings;
@@ -96,7 +96,7 @@ class KeyGenPage : public QWizardPage {
Q_OBJECT
public:
- explicit KeyGenPage(GpgME::GpgContext *ctx, QWidget *parent = nullptr);
+ explicit KeyGenPage(GpgFrontend::GpgContext *ctx, QWidget *parent = nullptr);
[[nodiscard]] int nextId() const override;
@@ -105,7 +105,7 @@ private slots:
void slotGenerateKeyDialog();
private:
- GpgME::GpgContext *mCtx;
+ GpgFrontend::GpgContext *mCtx;
};
class ConclusionPage : public QWizardPage {