diff options
Diffstat (limited to 'ksvg/dom/SVGPolylineElement.h')
-rw-r--r-- | ksvg/dom/SVGPolylineElement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/dom/SVGPolylineElement.h b/ksvg/dom/SVGPolylineElement.h index 78afaf2f..35e948f7 100644 --- a/ksvg/dom/SVGPolylineElement.h +++ b/ksvg/dom/SVGPolylineElement.h @@ -47,10 +47,10 @@ namespace KSVG /** * The <code>polyline</code> element defines a set of connected * straight line segments. Typically, <code>polyline</code> elements - * define open tqshapes. + * define open shapes. * * For more info look here : <a href = - * "http://www.w3.org/TR/SVG/tqshapes.html#PolylineElement">9.6 The + * "http://www.w3.org/TR/SVG/shapes.html#PolylineElement">9.6 The * 'polyline' element</a>. */ class SVGPointList; |