Salome HOME
Implement 'make dist' and 'make distcheck' steps support
[modules/geom.git] / src / OperationGUI / OperationGUI_PartitionDlg.h
index 1f1f221f71fb979b4e193995439cc191d3a6662e..adebfa87f47f49bcecd91df5a2670292540974a5 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <GEOMBase_Skeleton.h>
 
-class DlgRef_2Sel1List;
+class DlgRef_2Sel1List1Check;
 
 //=================================================================================
 // class    : OperationGUI_PartitionDlg
@@ -50,8 +50,7 @@ protected:
   virtual GEOM::GEOM_IOperations_ptr createOperation();
   virtual bool                       isValid( QString& );
   virtual bool                       execute( ObjectList& );
-  
-  virtual void                       closeEvent( QCloseEvent* );
+  virtual void                       restoreSubShapes( SALOMEDS::Study_ptr, SALOMEDS::SObject_ptr );
 
 private:
   void                               Init();
@@ -65,7 +64,7 @@ private:
   GEOM::ListOfGO                     myListRemoveInside;
   GEOM::ListOfGO                     myListKeepInside;
 
-  DlgRef_2Sel1List*                  GroupPoints;
+  DlgRef_2Sel1List1Check*            GroupPoints;
 
 private slots:
   void                               ClickOnOk();