From 25db5c0f40379dadd4224cfbd87aad92a49d90ae Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 29 Oct 2011 22:29:36 +0000 Subject: refactored gpgwin -> mainwindow and context -> gpgcontext git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@588 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keylist.cpp') 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; -- cgit v1.2.3