Normand Briere
2019-07-27 1af7d3700724834e40ad8636bc9a56cdc3b19b15
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));