diff -r 626fd85b1f69 -r 5391ab620c95 mapeditor.h --- a/mapeditor.h Tue Sep 05 15:05:18 2006 +0000 +++ b/mapeditor.h Wed Sep 06 12:47:06 2006 +0000 @@ -17,10 +17,10 @@ #include "mapcenterobj.h" #include "file.h" +#include "historywindow.h" #include "misc.h" #include "selection.h" #include "settings.h" -#include "showtextdialog.h" class Q3NetworkOperation; class Q3UrlOperator; @@ -247,7 +247,7 @@ QString mapName; // fileName without ".vym" bool isInteractive; // non interactive don't need tmpdirs - QString tmpMapDir; // tmp directory with data for undo/redo + QString tmpMapDir; // tmp directory with undo history QString histPath; // Path to history file int undosTotal; // total number of undos SimpleSettings undoSet; // undo/redo commands @@ -266,7 +266,7 @@ QDataStream *imageData; QBuffer *imageBuffer; - ShowTextDialog *historyWindow; + HistoryWindow historyWindow; }; #endif