timeflow/app/ui/filter/SearchPanel.java
.. .. @@ -14,7 +14,7 @@ 14 14 JTextField entry; 15 15 JCheckBox invert; 16 16 17 - public SearchPanel(TFModel model, final FilterControlPanel f) {17 + public SearchPanel(TimeflowModel model, final FilterControlPanel f) {18 18 super(model); 19 19 setBackground(Color.white); 20 20 setBorder(BorderFactory.createEmptyBorder(15, 5,0,0));