Normand Briere
2019-07-23 de4f66e0239a736bce24e09c9a0b49b5bb92d84b
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));