summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/SVGElementImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/SVGElementImpl.h')
-rw-r--r--ksvg/impl/SVGElementImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGElementImpl.h b/ksvg/impl/SVGElementImpl.h
index a12098ab..011b8b4b 100644
--- a/ksvg/impl/SVGElementImpl.h
+++ b/ksvg/impl/SVGElementImpl.h
@@ -62,7 +62,7 @@ public:
virtual ~SVGElementImpl();
// Attribute setting
- // "Override" khtml's functions with ours
+ // "Override" tdehtml's functions with ours
void setAttribute(const DOM::DOMString &name, const DOM::DOMString &value);
void setAttributeInternal(const DOM::DOMString &name, const DOM::DOMString &value);
DOM::DOMString getAttribute(const DOM::DOMString &name) const;