Normand Briere
2019-08-22 0c7b833be7d86598a6813cd1c6db0ca9e1b17966
timeflow/views/CalendarView.java
....@@ -32,7 +32,7 @@
3232 return controls;
3333 }
3434
35
- public CalendarView(TFModel model)
35
+ public CalendarView(TimeflowModel model)
3636 {
3737 super(model);
3838 calendarPanel=new CalendarPanel(model);
....@@ -276,7 +276,7 @@
276276 class CalendarPanel extends AbstractVisualizationView
277277 {
278278
279
- CalendarPanel(TFModel model)
279
+ CalendarPanel(TimeflowModel model)
280280 {
281281 super(model);
282282 setBackground(Color.white);