diff -r dfbc371b7280 -r b98c1793bb8b historywindow.h --- a/historywindow.h Sat Mar 31 09:28:27 2007 +0000 +++ b/historywindow.h Fri Apr 09 14:16:02 2010 +0000 @@ -1,6 +1,8 @@ #ifndef HISTORYWINDOW_H #define HISTORYWINDOW_H +#include + #include "settings.h" #include "ui_historywindow.h" @@ -15,8 +17,6 @@ ~HistoryWindow(); void update (SimpleSettings &); void setStepsTotal (int); - void setShowWithMain (bool); - bool showWithMain (); protected: void closeEvent( QCloseEvent* ); @@ -33,7 +33,6 @@ void clearRow (int); void updateRow (int, int, SimpleSettings &); Ui::HistoryWindow ui; - bool showwithmain; };