aboutsummaryrefslogtreecommitdiffstats
path: root/keydetailsdialog.h
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 /keydetailsdialog.h
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 'keydetailsdialog.h')
-rw-r--r--keydetailsdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h
index c282749..a655a4b 100644
--- a/keydetailsdialog.h
+++ b/keydetailsdialog.h
@@ -22,7 +22,7 @@
#ifndef __KEYDETAILSDIALOG_H__
#define __KEYDETAILSDIALOG_H__
-#include "context.h"
+#include "gpgcontext.h"
#include <gpgme.h>
QT_BEGIN_NAMESPACE
@@ -42,7 +42,7 @@ class KeyDetailsDialog : public QDialog
Q_OBJECT
public:
- KeyDetailsDialog(GpgME::Context* ctx, gpgme_key_t key, QWidget *parent = 0);
+ KeyDetailsDialog(GpgME::GpgContext* ctx, gpgme_key_t key, QWidget *parent = 0);
static QString beautifyFingerprint(QString fingerprint);
private slots:
@@ -50,7 +50,7 @@ private slots:
private:
QString *keyid;
- GpgME::Context *mCtx;
+ GpgME::GpgContext *mCtx;
QGroupBox *ownerBox;
QGroupBox *keyBox;