mainwindow.h
branchqt4-port
changeset 15 699f28529079
parent 13 9aadd0f58300
child 16 41c3d7f9f532
     1.1 --- a/mainwindow.h	Tue Aug 15 11:43:21 2006 +0000
     1.2 +++ b/mainwindow.h	Tue Aug 15 12:01:14 2006 +0000
     1.3 @@ -21,7 +21,6 @@
     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 @@ -185,8 +184,6 @@
    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;
    1.19  	QStringList lastMaps;