diff -r 58e7594239df -r 9aadd0f58300 mainwindow.h --- a/mainwindow.h Tue Aug 01 09:31:22 2006 +0000 +++ b/mainwindow.h Tue Aug 15 11:42:10 2006 +0000 @@ -21,6 +21,7 @@ #include "findwindow.h" #include "mapeditor.h" #include "texteditor.h" +#include "toolbars.h" #include "xml.h" class Main : public QMainWindow @@ -184,6 +185,7 @@ void helpAboutQT(); private: + ToolBarSet toolbars; QToolBar *TB_standardFlags; QTabWidget *tabWidget; FindWindow *findWindow;