timeflow/app/actions/QuitAction.java
.. .. @@ -12,7 +12,7 @@ 12 12 13 13 public class QuitAction extends TimeflowAction { 14 14 15 - public QuitAction(TimeflowApp app, TFModel model)15 + public QuitAction(TimeflowApp app, TimeflowModel model)16 16 { 17 17 super(app, "Quit", null, "Quit the program"); 18 18 }