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 --- keydetailsdialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keydetailsdialog.h') 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 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; -- cgit v1.2.3