mainwindow.h
changeset 824 36eb4b8f409e
parent 823 0bba81dde1bc
child 829 832e96c9abb6
     1.1 --- a/mainwindow.h	Fri Feb 19 13:47:03 2010 +0000
     1.2 +++ b/mainwindow.h	Thu Feb 25 11:03:52 2010 +0000
     1.3 @@ -11,6 +11,7 @@
     1.4  #include "file.h"
     1.5  #include "historywindow.h"
     1.6  #include "mapeditor.h"
     1.7 +#include "shortcuts.h"
     1.8  #include "simplescripteditor.h"
     1.9  #include "texteditor.h"
    1.10  #include "vymview.h"
    1.11 @@ -280,6 +281,8 @@
    1.12      QAction *macroActions[12];
    1.13  	QStringList macro;
    1.14  
    1.15 +	Switchboard switchboard;
    1.16 +
    1.17  	QAction* actionFileNewCopy;
    1.18  	QAction* actionFileSave;
    1.19  	QAction* actionFilePrint;