From e03db50be5883d0f7cedb82d79d5a7a987bdfe33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Mon, 17 Dec 2012 15:48:59 +0100 Subject: [PATCH] dox: properties => elements --- declarativeimports/plasmacomponents/qml/CheckBox.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/qml/CheckBox.qml b/declarativeimports/plasmacomponents/qml/CheckBox.qml index 13659440e..93f82b03e 100644 --- a/declarativeimports/plasmacomponents/qml/CheckBox.qml +++ b/declarativeimports/plasmacomponents/qml/CheckBox.qml @@ -32,7 +32,7 @@ import "private" as Private * Qt.Key_Select, Qt.Key_Return, and Qt.Key_Enter hardware keys that send the * clicked signal. * - * All properties of this component are defined in DualStateButton, its base component. + * All elements of this component are defined in DualStateButton, its base component. */ Private.DualStateButton { id: checkBox