summaryrefslogtreecommitdiffstats
path: root/src/library/autodj/autodjfeature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/autodj/autodjfeature.h')
-rw-r--r--src/library/autodj/autodjfeature.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/library/autodj/autodjfeature.h b/src/library/autodj/autodjfeature.h
index 48d4d0a6e6..5b3c137cf8 100644
--- a/src/library/autodj/autodjfeature.h
+++ b/src/library/autodj/autodjfeature.h
@@ -17,7 +17,7 @@
#include <QSignalMapper>
#include "library/libraryfeature.h"
-#include "configobject.h"
+#include "preferences/usersettings.h"
#include "library/treeitemmodel.h"
#ifdef __AUTODJCRATES__
@@ -34,7 +34,7 @@ class AutoDJFeature : public LibraryFeature {
Q_OBJECT
public:
AutoDJFeature(Library* pLibrary,
- ConfigObject<ConfigValue>* pConfig,
+ UserSettingsPointer pConfig,
PlayerManagerInterface* pPlayerManager,
TrackCollection* pTrackCollection);
virtual ~AutoDJFeature();
@@ -59,7 +59,7 @@ class AutoDJFeature : public LibraryFeature {
#endif // __AUTODJCRATES__
private:
- ConfigObject<ConfigValue>* m_pConfig;
+ UserSettingsPointer m_pConfig;
Library* m_pLibrary;
TrackCollection* m_pTrackCollection;
CrateDAO& m_crateDao;