diff -r 89e065397ea6 -r e24348a560a6 src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.cpp --- a/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.cpp Thu May 27 13:40:48 2010 +0300 +++ b/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.cpp Fri Jun 11 14:24:45 2010 +0300 @@ -259,7 +259,7 @@ if (parent->classId() != QScreen::TransformedClass) return 0; return 90 * static_cast(parent) - ->transformation(); + ->transformOrientation(); } #else