diff options
Diffstat (limited to 'ksvg/dom/SVGMaskElement.h')
-rw-r--r-- | ksvg/dom/SVGMaskElement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/dom/SVGMaskElement.h b/ksvg/dom/SVGMaskElement.h index a93958a7..6a8e26a4 100644 --- a/ksvg/dom/SVGMaskElement.h +++ b/ksvg/dom/SVGMaskElement.h @@ -48,8 +48,8 @@ public: SVGMaskElement(SVGMaskElementImpl *other); virtual ~SVGMaskElement(); - SVGAnimatedEnumeration tqmaskUnits() const; - SVGAnimatedEnumeration tqmaskContentUnits() const; + SVGAnimatedEnumeration maskUnits() const; + SVGAnimatedEnumeration maskContentUnits() const; SVGAnimatedLength x() const; SVGAnimatedLength y() const; SVGAnimatedLength width() const; |