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