aboutsummaryrefslogtreecommitdiffstats
path: root/keygenthread.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-29 22:29:36 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-29 22:29:36 +0000
commit25db5c0f40379dadd4224cfbd87aad92a49d90ae (patch)
treee940feff28027f9b80397e2cc1b7e82b58df8e41 /keygenthread.cpp
parentbaeutified icons for sign and verify (diff)
downloadgpg4usb-25db5c0f40379dadd4224cfbd87aad92a49d90ae.tar.gz
gpg4usb-25db5c0f40379dadd4224cfbd87aad92a49d90ae.zip
refactored gpgwin -> mainwindow and context -> gpgcontext
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@588 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keygenthread.cpp')
-rw-r--r--keygenthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keygenthread.cpp b/keygenthread.cpp
index ecab317..0065ea8 100644
--- a/keygenthread.cpp
+++ b/keygenthread.cpp
@@ -21,7 +21,7 @@
#include "keygenthread.h"
-KeyGenThread::KeyGenThread(QString keyGenParams, GpgME::Context *ctx)
+KeyGenThread::KeyGenThread(QString keyGenParams, GpgME::GpgContext *ctx)
{
this->keyGenParams = keyGenParams;
this->ctx = ctx;