Normand Briere
2019-04-22 a9e12f6c508810604c8c91ee15451776b08ce1a1
timeflow/app/ui/ReorderFieldsPanel.java
....@@ -14,7 +14,7 @@
1414 {
1515 TableView table;
1616
17
- public ReorderFieldsPanel(TFModel model)
17
+ public ReorderFieldsPanel(TimeflowModel model)
1818 {
1919 super(model);
2020 setLayout(new BorderLayout());
....@@ -49,7 +49,7 @@
4949
5050 public void detachFromModel()
5151 {
52
- TFModel model=getModel();
52
+ TimeflowModel model=getModel();
5353 model.removeListener(table);
5454 model.removeListener(this);
5555 }