1.1 --- a/mainwindow.h Thu Aug 09 18:34:08 2007 +0000
1.2 +++ b/mainwindow.h Tue Oct 16 09:53:23 2007 +0000
1.3 @@ -10,7 +10,7 @@
1.4 #include "mapeditor.h"
1.5 #include "simplescripteditor.h"
1.6 #include "texteditor.h"
1.7 -//#include "xml.h"
1.8 +
1.9
1.10 class Main : public QMainWindow
1.11 {
1.12 @@ -236,6 +236,8 @@
1.13
1.14 QColor currentColor;
1.15
1.16 + int xLinkMenuWidth;
1.17 +
1.18 QMenu *recentFilesMenu;
1.19 enum { MaxRecentFiles = 9 };
1.20 QAction *recentFileActions[MaxRecentFiles];