Changed some theme files to higher quality versions. Fixed problem with detail screen...
[jspeed] / src / widgetscreen.h
index 5862928..3053b82 100644 (file)
@@ -39,9 +39,11 @@ public:
     ~WidgetScreen();
     void addScreen(ThemeScreen* screen, Orientation orientation);
     bool load(Orientation orientation, QDomNode const& data, Reader* reader);
+    bool load(QDomNode const& data, Reader* reader);
     bool orientationEnabled(Orientation orientation) const;
     bool orientationLoaded(Orientation orientation) const;
-    virtual void setColor(QString const& color);
+    void setColor(Orientation orientation, QString const& color);
+    void setColor(QString const& color);
 
 public slots:
     virtual void reArrange();