aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/flatstyle/Flat/CheckBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/flatstyle/Flat/CheckBox.qml')
-rw-r--r--examples/quickcontrols2/flatstyle/Flat/CheckBox.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quickcontrols2/flatstyle/Flat/CheckBox.qml b/examples/quickcontrols2/flatstyle/Flat/CheckBox.qml
index ae819afa..01416033 100644
--- a/examples/quickcontrols2/flatstyle/Flat/CheckBox.qml
+++ b/examples/quickcontrols2/flatstyle/Flat/CheckBox.qml
@@ -48,9 +48,9 @@
**
****************************************************************************/
-import QtQuick 2.12
-import QtQuick.Templates 2.12 as T
-import Theme 1.0
+import QtQuick
+import QtQuick.Templates as T
+import Theme
T.CheckBox {
id: control