diff options
Diffstat (limited to 'ksvg/dom/SVGElementInstance.h')
-rw-r--r-- | ksvg/dom/SVGElementInstance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/dom/SVGElementInstance.h b/ksvg/dom/SVGElementInstance.h index 97335b32..51d81831 100644 --- a/ksvg/dom/SVGElementInstance.h +++ b/ksvg/dom/SVGElementInstance.h @@ -39,7 +39,7 @@ public: SVGElement correspondingElement() const; SVGUseElement correspondingUseElement() const; - SVGElementInstance tqparentNode() const; + SVGElementInstance parentNode() const; SVGElementInstanceList childNodes() const; SVGElementInstance firstChild() const; SVGElementInstance lastChild() const; |