summaryrefslogtreecommitdiff
path: root/src/controls/CheckBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/CheckBox.qml')
-rw-r--r--src/controls/CheckBox.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/controls/CheckBox.qml b/src/controls/CheckBox.qml
index 7f03573e..8b3ce5ea 100644
--- a/src/controls/CheckBox.qml
+++ b/src/controls/CheckBox.qml
@@ -42,8 +42,6 @@ import QtQuick 2.1
import QtQuick.Controls 1.0
import QtQuick.Controls.Private 1.0
-import "Styles/Settings.js" as Settings
-
/*!
\qmltype CheckBox
\inqmlmodule QtQuick.Controls 1.0
@@ -130,7 +128,7 @@ AbstractCheckable {
*/
property bool __ignoreChecked: false
- style: Qt.createComponent(Settings.THEME_PATH + "/CheckBoxStyle.qml", checkBox)
+ style: Qt.createComponent(Settings.theme() + "/CheckBoxStyle.qml", checkBox)
activeFocusOnTab: true