diff options
Diffstat (limited to 'ksvg/impl/SVGTextPathElementImpl.h')
-rw-r--r-- | ksvg/impl/SVGTextPathElementImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGTextPathElementImpl.h b/ksvg/impl/SVGTextPathElementImpl.h index e1776815..98a88d33 100644 --- a/ksvg/impl/SVGTextPathElementImpl.h +++ b/ksvg/impl/SVGTextPathElementImpl.h @@ -41,7 +41,7 @@ public: SVGAnimatedEnumerationImpl *spacing() const; virtual void setAttributes(); - virtual T2P::GlyphLayoutParams *tqlayoutParams() const; + virtual T2P::GlyphLayoutParams *layoutParams() const; private: SVGAnimatedLengthImpl *m_startOffset; |