From 76c2a25f4def623be9c4ab30f2bde36bfed7ae08 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Thu, 18 Nov 2010 09:25:23 -0300 Subject: Updated some tests to work with new API. --- tests/samplebinding/typesystem_sample.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/samplebinding/typesystem_sample.xml') diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml index f6c049b8..37fa4742 100644 --- a/tests/samplebinding/typesystem_sample.xml +++ b/tests/samplebinding/typesystem_sample.xml @@ -178,9 +178,9 @@ if ((*it)->isLayoutType()) { ObjectTypeLayout* l = reinterpret_cast<ObjectTypeLayout*>(*it); reparent_layout_items(parent, %CONVERTTOPYTHON[ObjectTypeLayout*](l)); - Shiboken::setParent(layout, %CONVERTTOPYTHON[ObjectTypeLayout*](l)); + Wrapper::setParent(layout, %CONVERTTOPYTHON[ObjectTypeLayout*](l)); } else { - Shiboken::setParent(parent, %CONVERTTOPYTHON[ObjectType*](*it)); + Wrapper::setParent(parent, %CONVERTTOPYTHON[ObjectType*](*it)); } } } -- cgit