diff -r e1d06cd563da -r a9fe976e01a6 mainwindow.h --- a/mainwindow.h Tue Oct 16 09:53:22 2007 +0000 +++ b/mainwindow.h Tue Oct 16 09:53:22 2007 +0000 @@ -10,7 +10,7 @@ #include "mapeditor.h" #include "simplescripteditor.h" #include "texteditor.h" -//#include "xml.h" + class Main : public QMainWindow { @@ -236,6 +236,8 @@ QColor currentColor; + int xLinkMenuWidth; + QMenu *recentFilesMenu; enum { MaxRecentFiles = 9 }; QAction *recentFileActions[MaxRecentFiles];