diff options
Diffstat (limited to 'ksvg/impl/SVGAnimatedPointsImpl.h')
-rw-r--r-- | ksvg/impl/SVGAnimatedPointsImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/impl/SVGAnimatedPointsImpl.h b/ksvg/impl/SVGAnimatedPointsImpl.h index ef4dafca..9c4c88d7 100644 --- a/ksvg/impl/SVGAnimatedPointsImpl.h +++ b/ksvg/impl/SVGAnimatedPointsImpl.h @@ -25,7 +25,7 @@ #include "ksvg_lookup.h" -class QString; +class TQString; namespace KSVG { @@ -40,7 +40,7 @@ public: SVGPointListImpl *points() const; SVGPointListImpl *animatedPoints() const; - static void parsePoints(QString _points, SVGPointListImpl *points); + static void parsePoints(TQString _points, SVGPointListImpl *points); protected: SVGPointListImpl *m_points; |