aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/widgets/KeyList.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/ui/widgets/KeyList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/widgets/KeyList.h b/include/ui/widgets/KeyList.h
index 231255b6..c1a26931 100644
--- a/include/ui/widgets/KeyList.h
+++ b/include/ui/widgets/KeyList.h
@@ -58,7 +58,7 @@ Q_OBJECT
public:
- explicit KeyList(GpgME::GpgContext *ctx,
+ explicit KeyList(GpgFrontend::GpgContext *ctx,
KeyListRow::KeyType selectType = KeyListRow::SECRET_OR_PUBLIC_KEY,
KeyListColumn::InfoType infoType = KeyListColumn::ALL,
QWidget *parent = nullptr);
@@ -106,7 +106,7 @@ private:
QString appPath;
QSettings settings;
- GpgME::GpgContext *mCtx;
+ GpgFrontend::GpgContext *mCtx;
QTableWidget *mKeyList;
QMenu *popupMenu;
QNetworkAccessManager *qnam{};