diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index c9867c2..ea047e4 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -34,6 +34,7 @@ #include "kgpg/transactions/kgpgencrypt.h" #include "kgpg/transactions/kgpgdecrypt.h" #include "kgpg/transactions/kgpgexport.h" +#include "kgpg/transactions/kgpgimport.h" QT_BEGIN_NAMESPACE class QMainWindow; @@ -119,6 +120,8 @@ private slots: * @details Import keys from currently active tab to keylist if possible. */ void importKeyFromEdit(); + void startImport(KGpgImport *import); + void slotImportDone(int result); /** * @details Append the selected keys to currently active textedit. |