aboutsummaryrefslogtreecommitdiffstats
path: root/keyimportdetaildialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyimportdetaildialog.h')
-rw-r--r--keyimportdetaildialog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/keyimportdetaildialog.h b/keyimportdetaildialog.h
index fce813e..849f36b 100644
--- a/keyimportdetaildialog.h
+++ b/keyimportdetaildialog.h
@@ -22,7 +22,7 @@
#ifndef __KEYIMPORTDETAILSDIALOG_H__
#define __KEYIMPORTDETAILSDIALOG_H__
-#include "keylist.h"
+#include "gpgcontext.h"
#include <gpgme.h>
QT_BEGIN_NAMESPACE
@@ -35,7 +35,7 @@ class KeyImportDetailDialog : public QDialog
Q_OBJECT
public:
- KeyImportDetailDialog(GpgME::GpgContext* ctx, KeyList* keyList, GpgImportInformation result, QWidget *parent = 0);
+ KeyImportDetailDialog(GpgME::GpgContext* ctx, GpgImportInformation result, QWidget *parent = 0);
private:
void createGeneralInfoBox();
@@ -46,7 +46,6 @@ private:
QTableWidget *keysTable;
GpgME::GpgContext *mCtx;
- KeyList *mKeyList;
QGroupBox *generalInfoBox;
QGroupBox *keyInfoBox;
QDialogButtonBox *buttonBox;