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