some (but not all) compatibility changes for qt 4.6

This commit is contained in:
Max-Wilhelm Bruker 2009-12-02 22:48:19 +01:00
parent f4c52b8178
commit fb61b442ca
3 changed files with 24 additions and 22 deletions

View file

@ -127,6 +127,7 @@ void ZoneViewZone::removeCard(int position)
void ZoneViewZone::setGeometry(const QRectF &rect)
{
prepareGeometryChange();
setPos(rect.topLeft());
height = rect.height();
reorganizeCards();