summaryrefslogtreecommitdiffstats
path: root/src/core/PopupWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/PopupWindow.h')
-rw-r--r--src/core/PopupWindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/PopupWindow.h b/src/core/PopupWindow.h
index 189adb3..8b44ccf 100644
--- a/src/core/PopupWindow.h
+++ b/src/core/PopupWindow.h
@@ -17,9 +17,9 @@
#ifndef PopupWindow_h
#define PopupWindow_h
-#include <QtQuick/QQuickCanvas>
+#include <QtQuick/QQuickWindow>
-class PopupWindow : public QQuickCanvas {
+class PopupWindow : public QQuickWindow {
Q_OBJECT
public: