aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-xkeymgmt.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/keymgmt.h b/keymgmt.h
index cb58dbd..723fd9b 100755
--- a/keymgmt.h
+++ b/keymgmt.h
@@ -29,6 +29,7 @@
#include "keyserverimportdialog.h"
#include "keygendialog.h"
#include "kgpg/transactions/kgpgdelkey.h"
+#include "kgpg/transactions/kgpgimport.h"
#include <QtGui>
QT_BEGIN_NAMESPACE
@@ -45,7 +46,7 @@ class KeyMgmt : public QMainWindow
Q_OBJECT
public:
- KeyMgmt(GpgME::GpgContext* ctx, QWidget *parent = 0);
+ KeyMgmt(GpgME::GpgContext *ctx, QWidget *parent);
QAction *importKeyFromClipboardAct;
QAction *importKeyFromFileAct;
QAction *importKeyFromKeyServerAct;
@@ -54,7 +55,8 @@ public slots:
void importKeyFromFile();
void importKeyFromClipboard();
void importKeyFromKeyServer();
- void importKeys(QByteArray inBuffer);
+ void importKeys(QString text);
+ void slotImportDone(int result);
void exportKeyToFile();
void exportKeyToClipboard();
void deleteSelectedKeys();