Added zpos attribute to all elements. Changed architecture to allow detailscreen...
[jspeed] / src / mainwindow.h
index dba2779..e2724ec 100644 (file)
@@ -23,7 +23,8 @@
 
 class MainWindowStack;
 class MainMenu;
-class Theme;
+class ThemeLoader;
+class WidgetScreen;
 
 class MainWindow : public QMainWindow
 {
@@ -48,7 +49,8 @@ private:
     void startBacklight();
     MainWindowStack* stack_;
     MainMenu* menu_;
-    Theme* theme_;
+    ThemeLoader* themeLoader_;
+    WidgetScreen* mainScreen_;
 
 };