diff options
Diffstat (limited to 'ksvg/impl/SVGSVGElementImpl.h')
-rw-r--r-- | ksvg/impl/SVGSVGElementImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGSVGElementImpl.h b/ksvg/impl/SVGSVGElementImpl.h index d2667a35..b5d6212d 100644 --- a/ksvg/impl/SVGSVGElementImpl.h +++ b/ksvg/impl/SVGSVGElementImpl.h @@ -158,7 +158,7 @@ private: TQMap<TQString, SVGElementImpl *> m_map; - // Transformation provided by the 'parent' of the outermost svg element + // Transformation provided by the 'tqparent' of the outermost svg element SVGMatrixImpl *m_rootParentScreenCTM; SVGMatrixImpl *m_localMatrix; |