diff -r 7c3ee77f4449 -r 53efc2562a7d mapeditor.h --- a/mapeditor.h Mon Nov 20 12:12:00 2006 +0000 +++ b/mapeditor.h Mon Nov 20 12:12:02 2006 +0000 @@ -6,7 +6,6 @@ #include "mapcenterobj.h" #include "file.h" -#include "historywindow.h" #include "misc.h" #include "selection.h" #include "settings.h" @@ -79,7 +78,7 @@ bool isRedoAvailable(); void undo(); // undo last action bool isUndoAvailable(); - void gotoStep (int);// goto a step in history + void gotoHistoryStep (int);// goto a step in history private: void addMapReplaceInt(const QString & undoSel, const QString & path); void addMapInsertInt (const QString & path, int pos); @@ -261,9 +260,6 @@ Q3UrlOperator *urlOperator; QDataStream *imageData; QBuffer *imageBuffer; - - HistoryWindow historyWindow; - }; #endif