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 6a8e26a4..a93958a7 100644 --- a/ksvg/dom/SVGMaskElement.h +++ b/ksvg/dom/SVGMaskElement.h @@ -48,8 +48,8 @@ public: SVGMaskElement(SVGMaskElementImpl *other); virtual ~SVGMaskElement(); - SVGAnimatedEnumeration maskUnits() const; - SVGAnimatedEnumeration maskContentUnits() const; + SVGAnimatedEnumeration tqmaskUnits() const; + SVGAnimatedEnumeration tqmaskContentUnits() const; SVGAnimatedLength x() const; SVGAnimatedLength y() const; SVGAnimatedLength width() const; |