diff options
Diffstat (limited to 'ksvg/impl/SVGElementInstanceImpl.h')
-rw-r--r-- | ksvg/impl/SVGElementInstanceImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGElementInstanceImpl.h b/ksvg/impl/SVGElementInstanceImpl.h index d9f3afae..7ee469af 100644 --- a/ksvg/impl/SVGElementInstanceImpl.h +++ b/ksvg/impl/SVGElementInstanceImpl.h @@ -40,7 +40,7 @@ public: SVGElementImpl *correspondingElement() const; SVGUseElementImpl *correspondingUseElement() const; - SVGElementInstanceImpl *parentNode() const; + SVGElementInstanceImpl *tqparentNode() const; SVGElementInstanceListImpl *childNodes() const; SVGElementInstanceImpl *firstChild() const; SVGElementInstanceImpl *lastChild() const; |