diff options
Diffstat (limited to 'ksvg/impl/SVGTransformableImpl.cc')
-rw-r--r-- | ksvg/impl/SVGTransformableImpl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/impl/SVGTransformableImpl.cc b/ksvg/impl/SVGTransformableImpl.cc index 4776c679..59dd904b 100644 --- a/ksvg/impl/SVGTransformableImpl.cc +++ b/ksvg/impl/SVGTransformableImpl.cc @@ -87,8 +87,8 @@ SVGMatrixImpl *SVGTransformableImpl::getCTM() if(!parentNde.isNull() && parentNde.nodeType() != DOM::Node::DOCUMENT_NODE) { - SVGElementImpl *tqparent = element->ownerDoc()->getElementFromHandle(parentNde.handle()); - SVGLocatableImpl *locatableParent = dynamic_cast<SVGLocatableImpl *>(tqparent); + SVGElementImpl *parent = element->ownerDoc()->getElementFromHandle(parentNde.handle()); + SVGLocatableImpl *locatableParent = dynamic_cast<SVGLocatableImpl *>(parent); if(locatableParent) { |