diff options
Diffstat (limited to 'ksvg/impl/SVGPathSegClosePathImpl.h')
-rw-r--r-- | ksvg/impl/SVGPathSegClosePathImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGPathSegClosePathImpl.h b/ksvg/impl/SVGPathSegClosePathImpl.h index c4cf63ce..c9c93ca0 100644 --- a/ksvg/impl/SVGPathSegClosePathImpl.h +++ b/ksvg/impl/SVGPathSegClosePathImpl.h @@ -36,7 +36,7 @@ public: virtual unsigned short pathSegType() const { return PATHSEG_CLOSEPATH; } virtual DOM::DOMString pathSegTypeAsLetter() const { return "Z"; } - virtual QString toString() const { return "Z"; } + virtual TQString toString() const { return "Z"; } void setX(double x) { m_x = x; } void setY(double y) { m_y = y; } |