X-Git-Url: http://git.maemo.org/git/?p=groove;a=blobdiff_plain;f=groove.h;fp=groove.h;h=325708dcf09729b512533962480bcc4b2d0e6696;hp=f29f337282765579c04ab66d096b3d8c341f4ae3;hb=810ad0d7cae54b293ddebe4e3874fd2f0e6e38a1;hpb=4adbefb36e52cb33564e704d8ea6a49425db8caf diff --git a/groove.h b/groove.h index f29f337..325708d 100644 --- a/groove.h +++ b/groove.h @@ -11,6 +11,7 @@ #include "grooveprogressbar.h" #include "topbar.h" #include "vkb.h" +#include "bottombar.h" class groove : public QWidget { @@ -34,6 +35,7 @@ private slots: void addSongPlaylist(); void showOthers(); private: + bottomBar *bBar; sPlayer *player; QMenuBar *mBar; QPushButton *sMethod; @@ -47,7 +49,6 @@ private: QMaemo5Rotator *rot; #endif playlist *pl; - grooveProgressBar *pd; };