src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 25 e24348a560a6
--- 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<const QTransformedScreen *>(parent)
-                    ->transformation();
+                    ->transformOrientation();
 }
 
 #else