Update to reflect api changes and small patch for alternate audio
[groove] / groove.h
index 325708d..8779cce 100644 (file)
--- a/groove.h
+++ b/groove.h
@@ -12,6 +12,7 @@
 #include "topbar.h"
 #include "vkb.h"
 #include "bottombar.h"
+#include "mpgplayer.h"
 
 class groove : public QWidget
 {
@@ -35,6 +36,7 @@ private slots:
     void addSongPlaylist();
     void showOthers();
 private:
+    mpgplayer *mpg;
     bottomBar *bBar;
     sPlayer *player;
     QMenuBar *mBar;