summaryrefslogtreecommitdiffstats
path: root/src/controls/CheckBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/CheckBox.qml')
-rw-r--r--src/controls/CheckBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/CheckBox.qml b/src/controls/CheckBox.qml
index b5df88467..160696918 100644
--- a/src/controls/CheckBox.qml
+++ b/src/controls/CheckBox.qml
@@ -87,7 +87,7 @@ import QtQuick.Controls.Private 1.0
Whenever a CheckBox is clicked, it emits the \l {AbstractCheckable::clicked}{clicked()} signal.
You can create a custom appearance for a CheckBox by
- assigning a \l {QtQuick.Controls.Styles::CheckBoxStyle}{CheckBoxStyle}.
+ assigning a \l {CheckBoxStyle}.
*/
AbstractCheckable {