diff options
Diffstat (limited to 'keylist.cpp')
-rw-r--r-- | keylist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keylist.cpp b/keylist.cpp index 585c707..c098ba4 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -21,7 +21,7 @@ #include "keylist.h" -KeyList::KeyList(GpgME::Context *ctx, QString iconpath, QWidget *parent) +KeyList::KeyList(GpgME::GpgContext *ctx, QString iconpath, QWidget *parent) : QWidget(parent) { mCtx = ctx; |