diff options
Diffstat (limited to 'ksvg/impl/SVGElementInstanceImpl.cc')
-rw-r--r-- | ksvg/impl/SVGElementInstanceImpl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGElementInstanceImpl.cc b/ksvg/impl/SVGElementInstanceImpl.cc index 97cd28a2..46252fcd 100644 --- a/ksvg/impl/SVGElementInstanceImpl.cc +++ b/ksvg/impl/SVGElementInstanceImpl.cc @@ -75,7 +75,7 @@ SVGUseElementImpl *SVGElementInstanceImpl::correspondingUseElement() const return m_correspondingUseElement; } -SVGElementInstanceImpl *SVGElementInstanceImpl::parentNode() const +SVGElementInstanceImpl *SVGElementInstanceImpl::tqparentNode() const { return m_parentNode; } |