mainwindow.h
branchqt4-port
changeset 13 9aadd0f58300
parent 12 58e7594239df
child 15 699f28529079
     1.1 --- a/mainwindow.h	Tue Aug 01 09:31:22 2006 +0000
     1.2 +++ b/mainwindow.h	Tue Aug 15 11:42:10 2006 +0000
     1.3 @@ -21,6 +21,7 @@
     1.4  #include "findwindow.h"
     1.5  #include "mapeditor.h"
     1.6  #include "texteditor.h"
     1.7 +#include "toolbars.h"
     1.8  #include "xml.h"
     1.9  
    1.10  class Main : public QMainWindow 
    1.11 @@ -184,6 +185,7 @@
    1.12      void helpAboutQT();
    1.13  
    1.14  private:
    1.15 +	ToolBarSet toolbars;
    1.16  	QToolBar *TB_standardFlags;
    1.17  	QTabWidget *tabWidget;
    1.18  	FindWindow *findWindow;