diff options
-rw-r--r-- | framework/qml/Popup.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/qml/Popup.qml b/framework/qml/Popup.qml index 599703b9..8ce7916a 100644 --- a/framework/qml/Popup.qml +++ b/framework/qml/Popup.qml | |||
@@ -17,7 +17,8 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Templates 2.0 as T | 20 | //FIXME This should really be QtQuick.Templates, but that is crashing with qt 5.7, so we'll have to wait for a bit. |
21 | import QtQuick.Controls 2.0 as T | ||
21 | import org.kube.framework 1.0 | 22 | import org.kube.framework 1.0 |
22 | 23 | ||
23 | T.Popup { | 24 | T.Popup { |