diff options
Diffstat (limited to 'lib/kopainter/svgpathparser.h')
-rw-r--r-- | lib/kopainter/svgpathparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kopainter/svgpathparser.h b/lib/kopainter/svgpathparser.h index 00a23c81..fd1d1470 100644 --- a/lib/kopainter/svgpathparser.h +++ b/lib/kopainter/svgpathparser.h @@ -20,7 +20,7 @@ #ifndef __SVGPATHPARSER_H__ #define __SVGPATHPARSER_H__ -class QString; +class TQString; #include <koffice_export.h> /** @@ -38,7 +38,7 @@ class KOPAINTER_EXPORT SVGPathParser { public: virtual ~SVGPathParser(){} - void parseSVG( const QString &d, bool process = false ); + void parseSVG( const TQString &d, bool process = false ); protected: virtual void svgMoveTo( double x1, double y1, bool abs = true ) = 0; |