Switch to side-by-side view

--- a/GUI/playerwidget/plyr.cpp
+++ b/GUI/playerwidget/plyr.cpp
@@ -26,7 +26,7 @@
 #include <QObject>
 #include <QTimer>
 
-#include "playerwidget.h"
+#include "playerhwidget.h"
 #include "../../HelperStructs/Helper.h"
 #include "../../HelperStructs/MetaData.h"
 
@@ -81,7 +81,7 @@
     md.title = "The Track Title";
     md.artist = " The Great artist";
 
-    PlayerWidget w;
+    PlayerHWidget w;
     w.mdata()->setData(md);
     w.show();