*** empty log message ***

This commit is contained in:
szy 2005-08-26 05:29:57 +00:00
parent 11f733549c
commit fa5a40f774
2 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,7 @@
// Module : GEOM // Module : GEOM
// $Header$ // $Header$
using namespace std;
#include "BooleanGUI.h" #include "BooleanGUI.h"
#include "SUIT_Desktop.h" #include "SUIT_Desktop.h"
@ -34,6 +34,8 @@ using namespace std;
#include "GeometryGUI.h" #include "GeometryGUI.h"
using namespace std;
BooleanGUI* BooleanGUI::myGUIObject = 0; BooleanGUI* BooleanGUI::myGUIObject = 0;
//======================================================================= //=======================================================================

View File

@ -26,7 +26,6 @@
// Module : GEOM // Module : GEOM
// $Header$ // $Header$
using namespace std;
#include "BooleanGUI_Dialog.h" #include "BooleanGUI_Dialog.h"
#include "BooleanGUI.h" #include "BooleanGUI.h"
#include "DlgRef_2Sel_QTD.h" #include "DlgRef_2Sel_QTD.h"
@ -37,6 +36,8 @@ using namespace std;
#include <qlabel.h> #include <qlabel.h>
using namespace std;
//================================================================================= //=================================================================================
// class : BooleanGUI_Dialog() // class : BooleanGUI_Dialog()
// purpose : Constructs a BooleanGUI_Dialog which is a child of 'parent', with the // purpose : Constructs a BooleanGUI_Dialog which is a child of 'parent', with the