1.1 --- a/historywindow.h Sat Mar 31 09:28:27 2007 +0000
1.2 +++ b/historywindow.h Tue Mar 25 11:16:39 2008 +0000
1.3 @@ -1,6 +1,8 @@
1.4 #ifndef HISTORYWINDOW_H
1.5 #define HISTORYWINDOW_H
1.6
1.7 +#include <QDialog>
1.8 +
1.9 #include "settings.h"
1.10 #include "ui_historywindow.h"
1.11
1.12 @@ -15,8 +17,6 @@
1.13 ~HistoryWindow();
1.14 void update (SimpleSettings &);
1.15 void setStepsTotal (int);
1.16 - void setShowWithMain (bool);
1.17 - bool showWithMain ();
1.18
1.19 protected:
1.20 void closeEvent( QCloseEvent* );
1.21 @@ -33,7 +33,6 @@
1.22 void clearRow (int);
1.23 void updateRow (int, int, SimpleSettings &);
1.24 Ui::HistoryWindow ui;
1.25 - bool showwithmain;
1.26 };
1.27
1.28