diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:21:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:21:29 -0600 |
commit | e5c4347deaf8b35481178a3e8af00ea1c60e184e (patch) | |
tree | 76c9e5a18705af0b71e5550986bdafb46c108253 /lib/kopainter | |
parent | d12331d1ff7a29a4c1c297ea46504352430e85b7 (diff) | |
download | koffice-e5c4347deaf8b35481178a3e8af00ea1c60e184e.tar.gz koffice-e5c4347deaf8b35481178a3e8af00ea1c60e184e.zip |
Additional kde to tde renaming
Diffstat (limited to 'lib/kopainter')
-rw-r--r-- | lib/kopainter/svgpathparser.cc | 2 |
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) |