diff -r 25a77484ec72 -r db0ec4bcf416 geometry.cpp --- a/geometry.cpp Tue Apr 07 16:15:53 2009 +0000 +++ b/geometry.cpp Mon Apr 20 10:42:05 2009 +0000 @@ -37,7 +37,7 @@ return n; } -bool inBox(const QPointF &p, const QRectF &box) +bool isInBox(const QPointF &p, const QRectF &box) { if (p.x() >= box.left() && p.x() <= box.right() && p.y() <= box.bottom() && p.y() >= box.top() )