mapeditor.h
changeset 377 5391ab620c95
parent 366 e95081c21da2
child 381 c79df732d095
     1.1 --- a/mapeditor.h	Tue Sep 05 15:05:18 2006 +0000
     1.2 +++ b/mapeditor.h	Wed Sep 06 12:47:06 2006 +0000
     1.3 @@ -17,10 +17,10 @@
     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 -#include "showtextdialog.h"
    1.12  
    1.13  class Q3NetworkOperation;
    1.14  class Q3UrlOperator;
    1.15 @@ -247,7 +247,7 @@
    1.16  	QString mapName;			// fileName without ".vym"
    1.17  
    1.18  	bool isInteractive;			// non interactive don't need tmpdirs
    1.19 -	QString tmpMapDir;			// tmp directory with data for undo/redo
    1.20 +	QString tmpMapDir;			// tmp directory with undo history
    1.21  	QString histPath;			// Path to history file
    1.22  	int undosTotal;				// total number of undos 
    1.23  	SimpleSettings undoSet;		// undo/redo commands
    1.24 @@ -266,7 +266,7 @@
    1.25    QDataStream *imageData;
    1.26    QBuffer *imageBuffer;
    1.27  
    1.28 -	ShowTextDialog *historyWindow;
    1.29 +	HistoryWindow historyWindow;
    1.30  
    1.31  };
    1.32  #endif