diff options
Diffstat (limited to 'examples/declarative/screenorientation/screenorientation.qml')
-rw-r--r-- | examples/declarative/screenorientation/screenorientation.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/screenorientation/screenorientation.qml b/examples/declarative/screenorientation/screenorientation.qml index 4387266..6c3f929 100644 --- a/examples/declarative/screenorientation/screenorientation.qml +++ b/examples/declarative/screenorientation/screenorientation.qml @@ -39,7 +39,7 @@ ** ****************************************************************************/ -import Qt 4.7 +import QtQuick 1.0 import "Core" import "Core/screenorientation.js" as ScreenOrientation |