summaryrefslogtreecommitdiffstats
path: root/karbon
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-19 18:44:25 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-19 18:44:25 +0000
commitf3d91332267efafe2f6ffde1eb5b7f3ca48fcbfc (patch)
treedc3f25285e39cdcaf58489cc3a499a7bd8816c09 /karbon
parentabbfa2ecec4464862ce2707972aa43bb5b2fb475 (diff)
downloadkoffice-f3d91332267efafe2f6ffde1eb5b7f3ca48fcbfc.tar.gz
koffice-f3d91332267efafe2f6ffde1eb5b7f3ca48fcbfc.zip
Rename tqgeometry* to geometry*
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1242307 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'karbon')
-rw-r--r--karbon/core/vpath.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/core/vpath.cc b/karbon/core/vpath.cc
index a198eb52..4f279cd7 100644
--- a/karbon/core/vpath.cc
+++ b/karbon/core/vpath.cc
@@ -423,7 +423,7 @@ VSubpath::pointIsInside( const KoPoint& p ) const
// as lines).
/* This algorithm is taken from "Fast Winding Number Inclusion of a Point
- * in a Polygon" by Dan Sunday, tqgeometryalgorithms.com.
+ * in a Polygon" by Dan Sunday, geometryalgorithms.com.
*/
/*