Normand Briere
2019-06-26 89b25e7cc97f6fe221dfd41c4d463500f8a31bc1
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));