summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-01-24 15:47:40 -0800
committerRJ Ryan <rryan@mixxx.org>2016-01-24 15:47:40 -0800
commita4d9993d4c6466b5c7566676c12a96412343d75e (patch)
tree98c87cba70142d8f69a3e1804302f17f25fbf218 /src/widget/wcoverart.h
parent385ff8079b3ba5dfdfc491cd976780c87d42c08e (diff)
Tidy up the dialog mess in src/.
Diffstat (limited to 'src/widget/wcoverart.h')
-rw-r--r--src/widget/wcoverart.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widget/wcoverart.h b/src/widget/wcoverart.h
index aa0d7dd825..00f6cfce3a 100644
--- a/src/widget/wcoverart.h
+++ b/src/widget/wcoverart.h
@@ -7,13 +7,14 @@
#include <QWidget>
#include "configobject.h"
-#include "dlgcoverartfullsize.h"
#include "trackinfoobject.h"
#include "library/coverartcache.h"
#include "skin/skincontext.h"
#include "widget/wbasewidget.h"
#include "widget/wcoverartmenu.h"
+class DlgCoverArtFullSize;
+
class WCoverArt : public QWidget, public WBaseWidget {
Q_OBJECT
public: