Salome HOME
Eliminate useless GetSubShape() lines in the python dump
[modules/geom.git] / src / BooleanGUI / BooleanGUI_Dialog.h
index b383f7e97b5a924b7238ab642bc8ffed9a923ceb..542658a51eb1e560fd7ea2b914523f2f0dc4e6e5 100644 (file)
@@ -27,7 +27,8 @@
 #ifndef BOOLEANGUI_DIALOG_H
 #define BOOLEANGUI_DIALOG_H
 
-#include <GEOMBase_Skeleton.h>
+#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();
 };