diff options
Diffstat (limited to 'ksvg/impl/SVGTextPathElementImpl.cc')
-rw-r--r-- | ksvg/impl/SVGTextPathElementImpl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/impl/SVGTextPathElementImpl.cc b/ksvg/impl/SVGTextPathElementImpl.cc index 78c272f8..6ef8d545 100644 --- a/ksvg/impl/SVGTextPathElementImpl.cc +++ b/ksvg/impl/SVGTextPathElementImpl.cc @@ -104,9 +104,9 @@ void SVGTextPathElementImpl::setAttributes() KSVG_SET_ALT_ATTRIBUTE(Spacing, "exact") } -T2P::GlyphLayoutParams *SVGTextPathElementImpl::layoutParams() const +T2P::GlyphLayoutParams *SVGTextPathElementImpl::tqlayoutParams() const { - T2P::GlyphLayoutParams *params = SVGTextContentElementImpl::layoutParams(); + T2P::GlyphLayoutParams *params = SVGTextContentElementImpl::tqlayoutParams(); params->setTextPathStartOffset(startOffset()->baseVal()->value()); return params; } |