Switch to side-by-side view

--- a/GUI/playctlwidget/playctlwidget.h
+++ b/GUI/playctlwidget/playctlwidget.h
@@ -29,6 +29,8 @@
     PlayCtlWidget(QWidget *parent = 0);
     virtual ~PlayCtlWidget() {}
 
+    bool playing();
+                  
 public slots:
     // These are used to set the ui state in sync with externally
     // caused player state changes
@@ -50,5 +52,4 @@
     bool m_playing;
 };
 
-
 #endif /* _PLAYCTLWIDGET_H_INCLUDED_ */