diff -r 7c3ee77f4449 -r 53efc2562a7d historywindow.h --- a/historywindow.h Mon Nov 20 12:12:00 2006 +0000 +++ b/historywindow.h Mon Nov 20 12:12:02 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; };