X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBooleanGUI%2FBooleanGUI_Dialog.h;h=542658a51eb1e560fd7ea2b914523f2f0dc4e6e5;hb=0514da352f2702a939d41fde354a450582b82570;hp=b383f7e97b5a924b7238ab642bc8ffed9a923ceb;hpb=004197ec827d52331f0d529202eb4e52a1c4388f;p=modules%2Fgeom.git diff --git a/src/BooleanGUI/BooleanGUI_Dialog.h b/src/BooleanGUI/BooleanGUI_Dialog.h index b383f7e97..542658a51 100644 --- a/src/BooleanGUI/BooleanGUI_Dialog.h +++ b/src/BooleanGUI/BooleanGUI_Dialog.h @@ -27,7 +27,8 @@ #ifndef BOOLEANGUI_DIALOG_H #define BOOLEANGUI_DIALOG_H -#include +#include "GEOMBase_Skeleton.h" +#include "GEOM_GenericObjPtr.h" class DlgRef_2Sel; @@ -58,8 +59,8 @@ private: private: int myOperation; - GEOM::GEOM_Object_var myObject1; - GEOM::GEOM_Object_var myObject2; + GEOM::GeomObjPtr myObject1; + GEOM::GeomObjPtr myObject2; DlgRef_2Sel* myGroup; @@ -68,7 +69,6 @@ private slots: bool ClickOnApply(); void SetEditCurrentArgument(); void SelectionIntoArgument(); - void LineEditReturnPressed(); void ActivateThisDialog(); };