summaryrefslogtreecommitdiffstats
path: root/src/preferences/dialog/dlgprefshoutcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preferences/dialog/dlgprefshoutcast.h')
-rw-r--r--src/preferences/dialog/dlgprefshoutcast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preferences/dialog/dlgprefshoutcast.h b/src/preferences/dialog/dlgprefshoutcast.h
index e41f2e3cb9..40df26bc37 100644
--- a/src/preferences/dialog/dlgprefshoutcast.h
+++ b/src/preferences/dialog/dlgprefshoutcast.h
@@ -24,7 +24,7 @@
#include "preferences/dialog/ui_dlgprefshoutcastdlg.h"
#include "controlobject.h"
-#include "configobject.h"
+#include "preferences/usersettings.h"
#include "shoutcast/defs_shoutcast.h"
#include "preferences/dlgpreferencepage.h"
@@ -37,7 +37,7 @@ class ControlObjectSlave;
class DlgPrefShoutcast : public DlgPreferencePage, public Ui::DlgPrefShoutcastDlg {
Q_OBJECT
public:
- DlgPrefShoutcast(QWidget *parent, ConfigObject<ConfigValue> *_config);
+ DlgPrefShoutcast(QWidget *parent, UserSettingsPointer _config);
virtual ~DlgPrefShoutcast();
public slots:
@@ -51,7 +51,7 @@ class DlgPrefShoutcast : public DlgPreferencePage, public Ui::DlgPrefShoutcastDl
void apply(const QString &);
private:
- ConfigObject<ConfigValue>* m_pConfig;
+ UserSettingsPointer m_pConfig;
ControlObjectSlave* m_pShoutcastEnabled;
};