diff -r 9abdd5e6c3dc -r 85dec6a8c12c geometry.cpp --- a/geometry.cpp Fri Feb 01 15:28:35 2008 +0000 +++ b/geometry.cpp Mon Jul 27 12:53:17 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() )