diff -r 7a96bd401351 -r 270593ab83b2 floatimageobj.cpp --- a/floatimageobj.cpp Sun Jan 30 12:58:47 2005 +0000 +++ b/floatimageobj.cpp Mon May 30 05:39:10 2005 +0000 @@ -1,6 +1,5 @@ #include "floatimageobj.h" #include "branchobj.h" -#include ///////////////////////////////////////////////////////////////// @@ -67,7 +66,7 @@ int FloatImageObj::z () { - return lrint (icon->z()); + return qRound (icon->z()); } bool FloatImageObj::load (const QString &fn)