Changed app to use Qt Mobility in screen rotation instead of default Qt screen rotation.
[jspeed] / src / mainwindow.h
index 45db816..b7fd823 100644 (file)
@@ -25,6 +25,7 @@ class MainWindowStack;
 class MainMenu;
 class ThemeLoader;
 class WidgetScreen;
+class Orientation;
 
 class MainWindow : public QMainWindow
 {
@@ -52,6 +53,7 @@ private:
     MainMenu* menu_;
     ThemeLoader* themeLoader_;
     WidgetScreen* mainScreen_;
+    Orientation* orientation_;
 
 };