Rename Timeline -> ContentTimeline.
[dcpomatic.git] / src / wx / timeline_time_axis_view.cc
index d055bda7d54bfb310e338f1fcd2b2112cc64ad51..b17b274b2af5540acf6da2dee824d3bdc97e75d0 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 
-#include "timeline.h"
+#include "content_timeline.h"
 #include "timeline_time_axis_view.h"
 #include "wx_util.h"
 #include <dcp/warnings.h>
@@ -34,7 +34,7 @@ using std::list;
 using namespace dcpomatic;
 
 
-TimelineTimeAxisView::TimelineTimeAxisView (Timeline& tl, int y)
+TimelineTimeAxisView::TimelineTimeAxisView(ContentTimeline& tl, int y)
        : TimelineView (tl)
        , _y (y)
 {