summaryrefslogtreecommitdiffstats
path: root/src/library/previewbuttondelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/previewbuttondelegate.h')
-rw-r--r--src/library/previewbuttondelegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/previewbuttondelegate.h b/src/library/previewbuttondelegate.h
index 5e238ea759..e622be0cfa 100644
--- a/src/library/previewbuttondelegate.h
+++ b/src/library/previewbuttondelegate.h
@@ -5,7 +5,7 @@
#include <QStyleOptionButton>
#include "library/tableitemdelegate.h"
-#include "track/track.h"
+#include "track/track_decl.h"
#include "util/parented_ptr.h"
class ControlProxy;
@@ -55,7 +55,7 @@ class PreviewButtonDelegate : public TableItemDelegate {
const QModelIndex& index) const;
signals:
- void loadTrackToPlayer(TrackPointer Track, QString group, bool play);
+ void loadTrackToPlayer(TrackPointer track, QString group, bool play);
void buttonSetChecked(bool);
public slots: