diff options
Diffstat (limited to 'ksvg/impl/SVGAnimateElementImpl.cc')
-rw-r--r-- | ksvg/impl/SVGAnimateElementImpl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGAnimateElementImpl.cc b/ksvg/impl/SVGAnimateElementImpl.cc index ccf8565d..471d27bb 100644 --- a/ksvg/impl/SVGAnimateElementImpl.cc +++ b/ksvg/impl/SVGAnimateElementImpl.cc @@ -127,7 +127,7 @@ void SVGAnimateElementImpl::handleTimerEvent() { /* m_from += m_addStep; - if(m_additive == "replace" && needCombine) + if(m_additive == "tqreplace" && needCombine) needCombine = false; applyAttribute(m_attributeName, TQString::number(m_from), needCombine); |