aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/flickablesWithHandlers.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/pointer/flickablesWithHandlers.qml')
-rw-r--r--tests/manual/pointer/flickablesWithHandlers.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/manual/pointer/flickablesWithHandlers.qml b/tests/manual/pointer/flickablesWithHandlers.qml
index 3a854b2d14..a94af1c329 100644
--- a/tests/manual/pointer/flickablesWithHandlers.qml
+++ b/tests/manual/pointer/flickablesWithHandlers.qml
@@ -27,7 +27,6 @@
****************************************************************************/
import QtQuick
-import "qrc:/quick/shared/" as Examples
import "content"
Rectangle {
@@ -59,10 +58,10 @@ Rectangle {
height: pressDelayCB.implicitHeight + 12
x: 6
color: "lightgray"
- Examples.CheckBox {
+ CheckBox {
x: 6; y: 6
id: pressDelayCB
- text: "press delay"
+ label: "press delay"
}
}