From a8ae0680f23ca5e702a662cf36a465b7a7b2788a Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Tue, 23 Nov 2010 14:37:16 -0200 Subject: Adapt to API changes in libshiboken. --- PySide/typesystem_templates.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'PySide/typesystem_templates.xml') diff --git a/PySide/typesystem_templates.xml b/PySide/typesystem_templates.xml index 6bc814d17..9d39bb481 100644 --- a/PySide/typesystem_templates.xml +++ b/PySide/typesystem_templates.xml @@ -23,9 +23,9 @@ $CHILD_TYPE* oldChild = %CPPSELF.$FUNCTION_GET_OLD(); if (oldChild) { Shiboken::AutoDecRef pyChild(%CONVERTTOPYTHON[$CHILD_TYPE*](oldChild)); - Shiboken::Wrapper::setParent(NULL, pyChild); + Shiboken::Object::setParent(NULL, pyChild); } - Shiboken::Wrapper::setParent(%PYSELF, $PYARG); + Shiboken::Object::setParent(%PYSELF, $PYARG); @@ -155,8 +155,8 @@ @@ -183,8 +183,8 @@