CVS commit by metz: make it compile with QT 3.0.x as well, this is also in the release M +1 -1 kopeteballoon.cpp 1.13 --- kdenonbeta/kopete/libkopete/ui/kopeteballoon.cpp #1.12:1.13 @@ -125,5 +125,5 @@ void KopeteBalloon::updateMask() // get screen-geometry for screen our anchor is on // (geometry can differ from screen to screen! - deskRect = tmp->screenGeometry(m_anchor); + deskRect = tmp->screenGeometry( tmp->screenNumber(m_anchor) ); bottom = m_anchor.y() + height() > deskRect.height() - 48;