diff -r 93b982ccede2 -r 5daf16870df6 src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.cpp --- a/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.cpp Mon Jun 21 22:38:13 2010 +0100 +++ b/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.cpp Thu Jul 22 16:41:55 2010 +0100 @@ -259,7 +259,7 @@ if (parent->classId() != QScreen::TransformedClass) return 0; return 90 * static_cast(parent) - ->transformation(); + ->transformOrientation(); } #else