diff -r 9abdd5e6c3dc -r 04039e47ac74 geometry.cpp --- a/geometry.cpp Fri Feb 01 15:28:35 2008 +0000 +++ b/geometry.cpp Tue Apr 28 09:51:48 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() )