summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/pathview/data/pathview.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/pathview/data/pathview.qml')
-rw-r--r--tests/auto/declarative/pathview/data/pathview.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/pathview/data/pathview.qml b/tests/auto/declarative/pathview/data/pathview.qml
index 5bf2085..7040e4c 100644
--- a/tests/auto/declarative/pathview/data/pathview.qml
+++ b/tests/auto/declarative/pathview/data/pathview.qml
@@ -12,7 +12,7 @@ Rect {
height: 20
width: 60
color: "white"
- pen.color: "black"
+ border.color: "black"
Text {
text: index
}