Added width and height parameters to image element. Added different active color...
[jspeed] / src / graphicsscreen.h
index 9799bf3..afa7097 100644 (file)
@@ -23,7 +23,7 @@
 #include "abstractscreen.h"
 
 class GraphicsScene;
-class ImageItem;
+class ToolbarItem;
 
 class GraphicsScreen : public QGraphicsView, public AbstractScreen
 {
@@ -50,9 +50,9 @@ protected:
 
 private:
     GraphicsScene* scene_;
-    ImageItem* minimizeButton_;
-    ImageItem* settingsButton_;
-    ImageItem* closeButton_;
+    ToolbarItem* minimizeButton_;
+    ToolbarItem* settingsButton_;
+    ToolbarItem* closeButton_;
     int imageWidth_;
 };