summaryrefslogtreecommitdiff
path: root/src/controls/RadioButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/RadioButton.qml')
-rw-r--r--src/controls/RadioButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/RadioButton.qml b/src/controls/RadioButton.qml
index 7fb4decd..963d085c 100644
--- a/src/controls/RadioButton.qml
+++ b/src/controls/RadioButton.qml
@@ -87,7 +87,7 @@ AbstractCheckable {
\codeline Qt.createComponent("path/to/style.qml", radioButtonId);
*/
- style: Qt.createComponent(Settings.theme() + "/RadioButtonStyle.qml", radioButton)
+ style: Qt.createComponent(Settings.style + "/RadioButtonStyle.qml", radioButton)
__cycleStatesHandler: function() { checked = !checked; }
}