aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'textedit.h')
-rw-r--r--textedit.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/textedit.h b/textedit.h
index e8a09f6..54b2d11 100644
--- a/textedit.h
+++ b/textedit.h
@@ -27,6 +27,9 @@
#include "quitdialog.h"
#include "kgpg/core/kgpgkey.h"
#include "gpgcontext.h"
+#include "keylist.h"
+#include "widgets/keydetailswidget.h"
+#include "widgets/fileencryptionwidget.h"
QT_BEGIN_NAMESPACE
class QDebug;
@@ -149,7 +152,9 @@ public slots:
*/
void slotNewHelpTab(QString title, QString path);
- void slotNewQMLTab(QString title, GpgME::GpgContext *ctx, KgpgCore::KgpgKey key);
+ void slotNewKeyDetailsTab(QString title, GpgME::GpgContext *ctx, KgpgCore::KgpgKey key);
+
+ void slotNewFileEncryptionTab(QString title, GpgME::GpgContext *ctx, KeyList *keyList);
/**
* @details put a * in front of current tabs title, if current textedit is modified