summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/SVGTextPathElementImpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/SVGTextPathElementImpl.cc')
-rw-r--r--ksvg/impl/SVGTextPathElementImpl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/impl/SVGTextPathElementImpl.cc b/ksvg/impl/SVGTextPathElementImpl.cc
index 6ef8d545..78c272f8 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::tqlayoutParams() const
+T2P::GlyphLayoutParams *SVGTextPathElementImpl::layoutParams() const
{
- T2P::GlyphLayoutParams *params = SVGTextContentElementImpl::tqlayoutParams();
+ T2P::GlyphLayoutParams *params = SVGTextContentElementImpl::layoutParams();
params->setTextPathStartOffset(startOffset()->baseVal()->value());
return params;
}