diff -r 3a58c9ef4a18 -r c3f7beb4e9f4 historywindow.h --- a/historywindow.h Thu Sep 14 11:38:18 2006 +0000 +++ b/historywindow.h Fri Dec 29 13:52:17 2006 +0000 @@ -5,8 +5,6 @@ #include "ui_historywindow.h" -class MapEditor; - ///////////////////////////////////////////////////////////////////////////// class HistoryWindow:public QDialog { @@ -14,8 +12,8 @@ public: HistoryWindow(QWidget* parent = 0); + ~HistoryWindow(); void update (SimpleSettings &); - void setME (MapEditor *); void setStepsTotal (int); private slots: @@ -27,7 +25,6 @@ void clearRow (int); void updateRow (int, int, SimpleSettings &); Ui::HistoryWindow ui; - MapEditor *mapEditor; };