aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/keypair_details/KeyPairSubkeyTab.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/ui/keypair_details/KeyPairSubkeyTab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/keypair_details/KeyPairSubkeyTab.h b/include/ui/keypair_details/KeyPairSubkeyTab.h
index 41bb0648..ae8b0893 100644
--- a/include/ui/keypair_details/KeyPairSubkeyTab.h
+++ b/include/ui/keypair_details/KeyPairSubkeyTab.h
@@ -36,7 +36,7 @@ Q_OBJECT
public:
- KeyPairSubkeyTab(GpgME::GpgContext *ctx, const GpgKey &key, QWidget *parent);
+ KeyPairSubkeyTab(GpgFrontend::GpgContext *ctx, const GpgKey &key, QWidget *parent);
private:
@@ -46,7 +46,7 @@ private:
const GpgSubKey *getSelectedSubkey();
- GpgME::GpgContext *mCtx;
+ GpgFrontend::GpgContext *mCtx;
const GpgKey &mKey;
QTableWidget *subkeyList;
QVector<const GpgSubKey *> buffered_subkeys;