summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/data/testmatch.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/data/testmatch.qml')
-rw-r--r--tests/auto/declarative/data/testmatch.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/data/testmatch.qml b/tests/auto/declarative/data/testmatch.qml
index 27fefd2..eb5ab5f 100644
--- a/tests/auto/declarative/data/testmatch.qml
+++ b/tests/auto/declarative/data/testmatch.qml
@@ -1,12 +1,12 @@
import QtQuick 2.0
import Test 1.0
-DeclarativeProcessManager {
+PmManager {
id: foo
factories: [
StandardProcessBackendFactory {
- matchDelegate: DeclarativeMatchDelegate {
+ matchDelegate: PmScriptMatch {
script: {
console.log("Model "+model);
console.log("Model type "+typeof(model));