summaryrefslogtreecommitdiffstats
path: root/src/mixer/previewdeck.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-01-24 22:57:41 -0800
committerRJ Ryan <rryan@mixxx.org>2016-01-24 22:57:41 -0800
commit83e58a40a109acda194078ad8e53d07de68799bd (patch)
tree1a42d622c056aee939aa618abfbcdd0969ed5a23 /src/mixer/previewdeck.h
parent479c9e15159299667f2f7d16d65a8565f656a376 (diff)
Use UserSettings (typedef) instead of ConfigObject.
This will allow us to experiment with different implementations for structured user preferences. It will also reduce repeated typing of template arguments and better represent the purpose of the object.
Diffstat (limited to 'src/mixer/previewdeck.h')
-rw-r--r--src/mixer/previewdeck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/previewdeck.h b/src/mixer/previewdeck.h
index 3164c06607..a5c6128770 100644
--- a/src/mixer/previewdeck.h
+++ b/src/mixer/previewdeck.h
@@ -7,7 +7,7 @@ class PreviewDeck : public BaseTrackPlayerImpl {
Q_OBJECT
public:
PreviewDeck(QObject* pParent,
- ConfigObject<ConfigValue> *pConfig,
+ UserSettingsPointer pConfig,
EngineMaster* pMixingEngine,
EffectsManager* pEffectsManager,
EngineChannel::ChannelOrientation defaultOrientation,