From e69e8b1d09fb579316595b4e6a850e717358a8b1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 19 Jun 2011 19:03:33 +0000 Subject: TQt4 port kdegraphics This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksvg/dom/SVGPolylineElement.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksvg/dom/SVGPolylineElement.h') diff --git a/ksvg/dom/SVGPolylineElement.h b/ksvg/dom/SVGPolylineElement.h index 35e948f7..2ab617fc 100644 --- a/ksvg/dom/SVGPolylineElement.h +++ b/ksvg/dom/SVGPolylineElement.h @@ -47,10 +47,10 @@ namespace KSVG /** * The polyline element defines a set of connected * straight line segments. Typically, polyline elements - * define open shapes. + * define open tqshapes. * * For more info look here : 9.6 The + * "http://www.w3.org/TR/SVG/tqshapes.html#PolylineElement">9.6 The * 'polyline' element. */ class SVGPointList; @@ -81,7 +81,7 @@ public: /** * Provides access to the current animated contents of the points * attribute. - * If the given attribute or property is being animated, contains + * If the given attribute or property is being animated, tqcontains * the current animated value of the attribute or property. * If the given attribute or property is not currently being * animated, contains the same value as points'. -- cgit v1.2.1