summaryrefslogtreecommitdiffstats
path: root/lib/kopainter/svgpathparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kopainter/svgpathparser.cc')
-rw-r--r--lib/kopainter/svgpathparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kopainter/svgpathparser.cc b/lib/kopainter/svgpathparser.cc
index 9295cdd2..8d9375fe 100644
--- a/lib/kopainter/svgpathparser.cc
+++ b/lib/kopainter/svgpathparser.cc
@@ -405,7 +405,7 @@ SVGPathParser::parseSVG( const TQString &s, bool process )
// This works by converting the SVG arc to "simple" beziers.
// For each bezier found a svgToCurve call is done.
-// Adapted from Niko's code in kdelibs/kdecore/svgicons.
+// Adapted from Niko's code in kdelibs/tdecore/svgicons.
// Maybe this can serve in some shared lib? (Rob)
void
SVGPathParser::calculateArc(bool relative, double &curx, double &cury, double angle, double x, double y, double r1, double r2, bool largeArcFlag, bool sweepFlag)