aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/flatstyle/Flat/Switch.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/flatstyle/Flat/Switch.qml')
-rw-r--r--examples/quickcontrols2/flatstyle/Flat/Switch.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quickcontrols2/flatstyle/Flat/Switch.qml b/examples/quickcontrols2/flatstyle/Flat/Switch.qml
index 3eea062f..1f3bd325 100644
--- a/examples/quickcontrols2/flatstyle/Flat/Switch.qml
+++ b/examples/quickcontrols2/flatstyle/Flat/Switch.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.Switch {
id: control