summaryrefslogtreecommitdiffstats
path: root/src/library/autodj/autodjprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/autodj/autodjprocessor.h')
-rw-r--r--src/library/autodj/autodjprocessor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/library/autodj/autodjprocessor.h b/src/library/autodj/autodjprocessor.h
index a7c4b72bac..f4eac0d456 100644
--- a/src/library/autodj/autodjprocessor.h
+++ b/src/library/autodj/autodjprocessor.h
@@ -5,7 +5,7 @@
#include <QString>
#include <QModelIndexList>
-#include "configobject.h"
+#include "preferences/usersettings.h"
#include "controlobjectslave.h"
#include "engine/enginechannel.h"
#include "library/playlisttablemodel.h"
@@ -113,7 +113,7 @@ class AutoDJProcessor : public QObject {
};
AutoDJProcessor(QObject* pParent,
- ConfigObject<ConfigValue>* pConfig,
+ UserSettingsPointer pConfig,
PlayerManagerInterface* pPlayerManager,
int iAutoDJPlaylistId,
TrackCollection* pCollection);
@@ -190,7 +190,7 @@ class AutoDJProcessor : public QObject {
// present.
bool removeTrackFromTopOfQueue(TrackPointer pTrack);
- ConfigObject<ConfigValue>* m_pConfig;
+ UserSettingsPointer m_pConfig;
PlayerManagerInterface* m_pPlayerManager;
PlaylistTableModel* m_pAutoDJTableModel;