1.1 --- a/historywindow.h Thu Sep 14 11:38:18 2006 +0000
1.2 +++ b/historywindow.h Fri Dec 08 20:18:56 2006 +0000
1.3 @@ -5,8 +5,6 @@
1.4 #include "ui_historywindow.h"
1.5
1.6
1.7 -class MapEditor;
1.8 -
1.9 /////////////////////////////////////////////////////////////////////////////
1.10 class HistoryWindow:public QDialog
1.11 {
1.12 @@ -14,8 +12,8 @@
1.13
1.14 public:
1.15 HistoryWindow(QWidget* parent = 0);
1.16 + ~HistoryWindow();
1.17 void update (SimpleSettings &);
1.18 - void setME (MapEditor *);
1.19 void setStepsTotal (int);
1.20
1.21 private slots:
1.22 @@ -27,7 +25,6 @@
1.23 void clearRow (int);
1.24 void updateRow (int, int, SimpleSettings &);
1.25 Ui::HistoryWindow ui;
1.26 - MapEditor *mapEditor;
1.27 };
1.28
1.29