diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/tests/tst_applicationstart.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/tests/tst_applicationstart.qml b/components/kube/tests/tst_applicationstart.qml index fdfc2634..f1ade820 100644 --- a/components/kube/tests/tst_applicationstart.qml +++ b/components/kube/tests/tst_applicationstart.qml | |||
@@ -19,8 +19,8 @@ | |||
19 | 19 | ||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtQuick.Controls 2.0 | 21 | import QtQuick.Controls 2.0 |
22 | import QtQuick.Window 2.1 | ||
23 | import QtTest 1.0 | 22 | import QtTest 1.0 |
23 | import org.kube.test 1.0 | ||
24 | import "../qml" | 24 | import "../qml" |
25 | 25 | ||
26 | 26 | ||