summaryrefslogtreecommitdiffstats
path: root/src/engine/sidechain/engineshoutcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/sidechain/engineshoutcast.h')
-rw-r--r--src/engine/sidechain/engineshoutcast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/sidechain/engineshoutcast.h b/src/engine/sidechain/engineshoutcast.h
index 56d9de6969..91b5c89bb5 100644
--- a/src/engine/sidechain/engineshoutcast.h
+++ b/src/engine/sidechain/engineshoutcast.h
@@ -26,7 +26,7 @@
#include <QMutex>
#include <QSemaphore>
-#include "configobject.h"
+#include "preferences/usersettings.h"
#include "controlobject.h"
#include "controlobjectslave.h"
#include "encoder/encodercallback.h"
@@ -56,7 +56,7 @@ class EngineShoutcast :
STATUSCO_FAILURE = 3 // Happens when disconnected by an error
};
- EngineShoutcast(ConfigObject<ConfigValue>* _config);
+ EngineShoutcast(UserSettingsPointer _config);
virtual ~EngineShoutcast();
// This is called by the Engine implementation for each sample. Encode and
@@ -126,7 +126,7 @@ class EngineShoutcast :
int m_iMetaDataLife;
long m_iShoutStatus;
long m_iShoutFailures;
- ConfigObject<ConfigValue>* m_pConfig;
+ UserSettingsPointer m_pConfig;
Encoder* m_encoder;
ControlPushButton* m_pShoutcastEnabled;
ControlObjectSlave* m_pMasterSamplerate;