]> Shamusworld >> Repos - warehouse-man-deluxe/blobdiff - src/editorwindow.h
Added sensible icons to the editor.
[warehouse-man-deluxe] / src / editorwindow.h
index c17c7b0c5700e9f756a01e9905b24397243d41c2..f018a2ea91e56ac37321beed1dbb95fb3f895766 100644 (file)
@@ -28,7 +28,7 @@ class EditorWindow: public QWidget
 
        private:
                QListWidget * list;
-               QPushButton * up, * down, * add, * remove, * play;
+               QToolButton * up, * down, * add, * remove, * play;
                EditorWidget * editor;
 };