mapeditor.h
changeset 404 53efc2562a7d
parent 398 d42881c25fb6
child 406 1c8ff1928b97
     1.1 --- a/mapeditor.h	Mon Nov 20 12:12:00 2006 +0000
     1.2 +++ b/mapeditor.h	Mon Nov 20 12:12:02 2006 +0000
     1.3 @@ -6,7 +6,6 @@
     1.4  
     1.5  #include "mapcenterobj.h"
     1.6  #include "file.h"
     1.7 -#include "historywindow.h"
     1.8  #include "misc.h"
     1.9  #include "selection.h"
    1.10  #include "settings.h"
    1.11 @@ -79,7 +78,7 @@
    1.12  	bool isRedoAvailable();
    1.13      void undo();		// undo last action
    1.14  	bool isUndoAvailable();
    1.15 -	void gotoStep (int);// goto a step in history
    1.16 +	void gotoHistoryStep (int);// goto a step in history
    1.17  private:	
    1.18      void addMapReplaceInt(const QString & undoSel, const QString & path);
    1.19      void addMapInsertInt (const QString & path, int pos);
    1.20 @@ -261,9 +260,6 @@
    1.21  	Q3UrlOperator *urlOperator;
    1.22  	QDataStream *imageData;
    1.23  	QBuffer *imageBuffer;
    1.24 -
    1.25 -	HistoryWindow historyWindow;
    1.26 -
    1.27  };
    1.28  #endif
    1.29