Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
timeflow/app/ui/filter/SearchPanel.java
....@@ -14,7 +14,7 @@
1414 JTextField entry;
1515 JCheckBox invert;
1616
17
- public SearchPanel(TFModel model, final FilterControlPanel f) {
17
+ public SearchPanel(TimeflowModel model, final FilterControlPanel f) {
1818 super(model);
1919 setBackground(Color.white);
2020 setBorder(BorderFactory.createEmptyBorder(15, 5,0,0));