summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGElementInstance.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGElementInstance.cc')
-rw-r--r--ksvg/dom/SVGElementInstance.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/dom/SVGElementInstance.cc b/ksvg/dom/SVGElementInstance.cc
index 9bc027c0..95b24964 100644
--- a/ksvg/dom/SVGElementInstance.cc
+++ b/ksvg/dom/SVGElementInstance.cc
@@ -78,10 +78,10 @@ SVGUseElement SVGElementInstance::correspondingUseElement() const
return SVGUseElement(impl->correspondingUseElement());
}
-SVGElementInstance SVGElementInstance::parentNode() const
+SVGElementInstance SVGElementInstance::tqparentNode() const
{
if(!impl) return SVGElementInstance(0);
- return SVGElementInstance(impl->parentNode());
+ return SVGElementInstance(impl->tqparentNode());
}
SVGElementInstanceList SVGElementInstance::childNodes() const