summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/SVGPathSegImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/SVGPathSegImpl.h')
-rw-r--r--ksvg/impl/SVGPathSegImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGPathSegImpl.h b/ksvg/impl/SVGPathSegImpl.h
index 64d8b5b0..8f07baea 100644
--- a/ksvg/impl/SVGPathSegImpl.h
+++ b/ksvg/impl/SVGPathSegImpl.h
@@ -39,7 +39,7 @@ public:
virtual unsigned short pathSegType() const { return PATHSEG_UNKNOWN; }
virtual DOM::DOMString pathSegTypeAsLetter() const { return ""; }
- virtual QString toString() const { return ""; }
+ virtual TQString toString() const { return ""; }
virtual void getDeltasAndSlopes(double curx, double cury, double *dx, double *dy, double *startSlope, double *endSlope) const;