summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGMaskElement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGMaskElement.cc')
-rw-r--r--ksvg/dom/SVGMaskElement.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksvg/dom/SVGMaskElement.cc b/ksvg/dom/SVGMaskElement.cc
index c4513adc..0ec23f0a 100644
--- a/ksvg/dom/SVGMaskElement.cc
+++ b/ksvg/dom/SVGMaskElement.cc
@@ -70,16 +70,16 @@ SVGMaskElement::~SVGMaskElement()
impl->deref();
}
-SVGAnimatedEnumeration SVGMaskElement::maskUnits() const
+SVGAnimatedEnumeration SVGMaskElement::tqmaskUnits() const
{
if(!impl) return SVGAnimatedEnumeration(0);
- return SVGAnimatedEnumeration(impl->maskUnits());
+ return SVGAnimatedEnumeration(impl->tqmaskUnits());
}
-SVGAnimatedEnumeration SVGMaskElement::maskContentUnits() const
+SVGAnimatedEnumeration SVGMaskElement::tqmaskContentUnits() const
{
if(!impl) return SVGAnimatedEnumeration(0);
- return SVGAnimatedEnumeration(impl->maskContentUnits());
+ return SVGAnimatedEnumeration(impl->tqmaskContentUnits());
}
SVGAnimatedLength SVGMaskElement::x() const