new icons, previous, next buttons (not yet functional), plus lots of other small...
[tomamp] / mainwindow.h
index 373ba49..58c122f 100644 (file)
@@ -50,7 +50,6 @@
 #include <phonon/volumeslider.h>
 #include <phonon/backendcapabilities.h>
 #include <QList>
-#include "ui_mainwindow.h"
 
 class QAction;
 class QTableWidget;
@@ -88,6 +87,8 @@ private slots:
     void savePlaylist();
     void loadPlaylist();
     void clearPlaylist();
+    void next();
+    void previous();
 
 private:
     void setupActions();
@@ -124,7 +125,6 @@ private:
     QToolBar *bar;
     QLCDNumber *timeLcd;
     QTableWidget *musicTable;
-    Ui::MainWindow ui;
     bool    repeat;
     bool    shuffle;
     QSettings settings;