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 8231f0cd..98a88d33 100644 --- a/ksvg/impl/SVGTextPathElementImpl.h +++ b/ksvg/impl/SVGTextPathElementImpl.h @@ -34,7 +34,7 @@ public: SVGTextPathElementImpl(DOM::ElementImpl *); virtual ~SVGTextPathElementImpl(); - QString text(); + TQString text(); SVGAnimatedLengthImpl *startOffset() const; SVGAnimatedEnumerationImpl *method() const; |