aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_control.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/controls/data/tst_control.qml')
-rw-r--r--tests/auto/controls/data/tst_control.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/controls/data/tst_control.qml b/tests/auto/controls/data/tst_control.qml
index 903a8183..7af160c2 100644
--- a/tests/auto/controls/data/tst_control.qml
+++ b/tests/auto/controls/data/tst_control.qml
@@ -331,17 +331,17 @@ TestCase {
objectName: "_item2_3"
}
}
- TextArea {
+ T.TextArea {
id: _item2_4
objectName: "_item2_4"
text: "Text Area"
}
- TextField {
+ T.TextField {
id: _item2_5
objectName: "_item2_5"
text: "Text Field"
}
- Label {
+ T.Label {
id: _item2_6
objectName: "_item2_6"
text: "Label"
@@ -485,17 +485,17 @@ TestCase {
}
}
}
- TextArea {
+ T.TextArea {
id: _item3_4
objectName: "_item3_4"
text: "Text Area"
}
- TextField {
+ T.TextField {
id: _item3_5
objectName: "_item3_5"
text: "Text Field"
}
- Label {
+ T.Label {
id: _item3_8
objectName: "_item3_8"
text: "Label"