historywindow.h
changeset 404 53efc2562a7d
parent 388 3a58c9ef4a18
child 421 5522d1da7e37
     1.1 --- a/historywindow.h	Mon Nov 20 12:12:00 2006 +0000
     1.2 +++ b/historywindow.h	Mon Nov 20 12:12:02 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