summaryrefslogtreecommitdiffstats
path: root/lib/kopainter
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:41:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:41:26 -0600
commitb960b948d62cc621806ba75cbf5cc16210b47844 (patch)
tree2de6a70c1d4b2009164eecdff3c8eaad2af327f5 /lib/kopainter
parent933b892946bd640e29ddbf5279ffebec99df5b1c (diff)
downloadkoffice-b960b948d62cc621806ba75cbf5cc16210b47844.tar.gz
koffice-b960b948d62cc621806ba75cbf5cc16210b47844.zip
Additional renaming of kde to tde
Diffstat (limited to 'lib/kopainter')
-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 8d9375fe..5698cd47 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/tdecore/svgicons.
+// Adapted from Niko's code in tdelibs/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)