--- node.h_orig 2010-09-15 02:02:26.295551554 -0300 +++ rocs/src/Core/node.h 2010-09-15 01:06:43.435549977 -0300 @@ -85,7 +85,7 @@ void setX(int x); void setY(int y); - void setWidth(double w); + void setWidth(qreal w); void setPos(qreal x, qreal y); qreal x() const; qreal y() const;