diff -r 0bba81dde1bc -r a591443f229c mainwindow.h --- a/mainwindow.h Fri Feb 19 13:47:03 2010 +0000 +++ b/mainwindow.h Mon Mar 08 12:21:46 2010 +0000 @@ -11,6 +11,7 @@ #include "file.h" #include "historywindow.h" #include "mapeditor.h" +#include "shortcuts.h" #include "simplescripteditor.h" #include "texteditor.h" #include "vymview.h" @@ -280,6 +281,8 @@ QAction *macroActions[12]; QStringList macro; + Switchboard switchboard; + QAction* actionFileNewCopy; QAction* actionFileSave; QAction* actionFilePrint;