summaryrefslogtreecommitdiffstats
path: root/src/dlgprefshoutcast.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2014-01-10 17:49:14 -0500
committerRJ Ryan <rryan@mixxx.org>2014-01-10 17:49:14 -0500
commitbed60ca6d326a397fea175bbd0a75fe85989d7db (patch)
tree84a00c0b4efa8eb007bec82604705e4b2f2cdacb /src/dlgprefshoutcast.h
parent9e9d4adfb82d318cf5c5ed69ccadc35bd9ef74bc (diff)
Delete ControlObjectThreadMain and ControlObjectThreadWidget.
Diffstat (limited to 'src/dlgprefshoutcast.h')
-rw-r--r--src/dlgprefshoutcast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dlgprefshoutcast.h b/src/dlgprefshoutcast.h
index 1fb5dc7ca3..e8aa52e4fb 100644
--- a/src/dlgprefshoutcast.h
+++ b/src/dlgprefshoutcast.h
@@ -25,7 +25,6 @@
#include "ui_dlgprefshoutcastdlg.h"
#include "controlobject.h"
#include "configobject.h"
-#include "controlobjectthreadmain.h"
#include "shoutcast/defs_shoutcast.h"
#include "preferences/dlgpreferencepage.h"
@@ -33,6 +32,8 @@
*@author John Sully
*/
+class ControlObjectThread;
+
class DlgPrefShoutcast : public DlgPreferencePage, public Ui::DlgPrefShoutcastDlg {
Q_OBJECT
public: