diff -r 0bba81dde1bc -r 36eb4b8f409e mainwindow.h --- a/mainwindow.h Fri Feb 19 13:47:03 2010 +0000 +++ b/mainwindow.h Thu Feb 25 11:03:52 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;