diff options
Diffstat (limited to 'ksvg/dom/SVGEllipseElement.h')
-rw-r--r-- | ksvg/dom/SVGEllipseElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/dom/SVGEllipseElement.h b/ksvg/dom/SVGEllipseElement.h index 07d86504..78399779 100644 --- a/ksvg/dom/SVGEllipseElement.h +++ b/ksvg/dom/SVGEllipseElement.h @@ -52,7 +52,7 @@ class SVGEllipseElementImpl; * center point and two radii. * * For more info look here : <a href = - * "http://www.w3.org/TR/SVG/tqshapes.html#EllipseElement">9.4 The + * "http://www.w3.org/TR/SVG/shapes.html#EllipseElement">9.4 The * 'ellipse' element</a>. */ class SVGEllipseElement : public SVGElement, |