aboutsummaryrefslogtreecommitdiffstats
path: root/qmlpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmlpage.h')
-rw-r--r--qmlpage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qmlpage.h b/qmlpage.h
index 578f79d..04c4383 100644
--- a/qmlpage.h
+++ b/qmlpage.h
@@ -2,6 +2,7 @@
#define QMLPAGE_H
#include <QWidget>
+#include "kgpg/core/kgpgkey.h"
class QMLPage : public QWidget
{
@@ -9,7 +10,7 @@ class QMLPage : public QWidget
Q_OBJECT
public:
- QMLPage(const QString qmlfile, QWidget *parent = 0);
+ QMLPage(KgpgCore::KgpgKey key, QWidget *parent = 0);
};