aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'textedit.cpp')
-rw-r--r--textedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/textedit.cpp b/textedit.cpp
index 3f743a0..1a987bf 100644
--- a/textedit.cpp
+++ b/textedit.cpp
@@ -20,7 +20,7 @@
*/
#include "textedit.h"
-#include "qmlpage.h"
+#include "widgets/keydetailswidget.h"
TextEdit::TextEdit()
{
@@ -67,7 +67,7 @@ void TextEdit::slotNewHelpTab(QString title, QString path)
}
void TextEdit::slotNewQMLTab(QString title, GpgME::GpgContext *ctx, KgpgCore::KgpgKey key) {
- QMLPage *page = new QMLPage(ctx, key);
+ KeyDetailsWidget *page = new KeyDetailsWidget(ctx, key);
// todo: should parent also be given?
tabWidget->addTab(page, title);
tabWidget->setCurrentIndex(tabWidget->count() - 1);