aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-xkeymgmt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keymgmt.h b/keymgmt.h
index 1c1b138..cb58dbd 100755
--- a/keymgmt.h
+++ b/keymgmt.h
@@ -28,6 +28,7 @@
#include "keyimportdetaildialog.h"
#include "keyserverimportdialog.h"
#include "keygendialog.h"
+#include "kgpg/transactions/kgpgdelkey.h"
#include <QtGui>
QT_BEGIN_NAMESPACE
@@ -60,6 +61,7 @@ public slots:
void deleteCheckedKeys();
void generateKeyDialog();
void showKeyDetails();
+ void slotKeyDeleted(int retcode);
signals:
void statusBarChanged(QString);