X-Git-Url: http://git.maemo.org/git/?p=groove;a=blobdiff_plain;f=groove.h;h=f29f337282765579c04ab66d096b3d8c341f4ae3;hp=4abda414f1ddd738c33bd654adc0f2688d7fbc0e;hb=59ffc920954b530fd1b867f5edf9d5d910510636;hpb=07538fcc6f50357245aec47f12da46d1cc4111dd diff --git a/groove.h b/groove.h index 4abda41..f29f337 100644 --- a/groove.h +++ b/groove.h @@ -9,6 +9,8 @@ #include #include "playlist.h" #include "grooveprogressbar.h" +#include "topbar.h" +#include "vkb.h" class groove : public QWidget { @@ -26,9 +28,11 @@ public slots: void stop(); void moreB(); void orientationChanged(); + void performSearch(QString); private slots: void progressUpdate(int,qint64,qint64); void addSongPlaylist(); + void showOthers(); private: sPlayer *player; QMenuBar *mBar;