summaryrefslogtreecommitdiffstats
path: root/src/mixer/playerinfo.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-04-26 16:48:17 -0700
committerRJ Ryan <rryan@mixxx.org>2016-04-26 16:48:17 -0700
commit0a9c4a70bf93024da636ba8af951d4e5aa4d406a (patch)
treefc1dea517f6d0ea6dee1beb395820bd4e29aed15 /src/mixer/playerinfo.h
parenta9ba2ad074fd97e7ce4665ca57814ca160c22be5 (diff)
Rename TrackInfoObject to Track.
At long last! Also move trackinfoobject.h/cpp to src/track/track.h/cpp.
Diffstat (limited to 'src/mixer/playerinfo.h')
-rw-r--r--src/mixer/playerinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/playerinfo.h b/src/mixer/playerinfo.h
index ce822a89bc..542c0e54b9 100644
--- a/src/mixer/playerinfo.h
+++ b/src/mixer/playerinfo.h
@@ -23,7 +23,7 @@
#include <QTimerEvent>
#include "controlobjectslave.h"
-#include "trackinfoobject.h"
+#include "track/track.h"
class PlayerInfo : public QObject {
Q_OBJECT