Salome HOME
SMH: Merged GEOM (NEWGUI, HEAD, POLYWORK)
[modules/geom.git] / src / MeasureGUI / MeasureGUI_CheckCompoundOfBlocksDlg.h
index b961bf88c04ba59af6cdf383a14de2250ef35675..6f733eaa9d3457afd6129625c4abd18ae3dc7676 100644 (file)
@@ -44,8 +44,8 @@ class MeasureGUI_CheckCompoundOfBlocksDlg : public MeasureGUI_Skeleton
     Q_OBJECT
 
 public:
-                                        MeasureGUI_CheckCompoundOfBlocksDlg( QWidget* theParent,
-                                                                             SALOME_Selection* theSel );
+                                        MeasureGUI_CheckCompoundOfBlocksDlg( GeometryGUI* GUI,
+                                                                            QWidget*     theParent );
                                         ~MeasureGUI_CheckCompoundOfBlocksDlg();
 protected:
 
@@ -60,7 +60,7 @@ private slots:
 
 private:
 
-    void                                Init( SALOME_Selection* theSel );
+    void                                Init();
     bool                                getBCErrors( bool& theIsCompoundOfBlocks,
                                                     GEOM::GEOM_IBlocksOperations::BCErrors& theErrors);
     void                                activateSelection();