Salome HOME
PAL10494 (SMESH python dump uses idl interface). Add GetAlgorithm() to class Mesh_Alg...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RenumberingDlg.h
index 74f89af67e8d3f3ae59f17643f7c4edb0a09084e..50932fdbc650bcac7826408ad56086c33ce78d11 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef DIALOGBOX_RENUMBERING_H
 #define DIALOGBOX_RENUMBERING_H
 
-#include "SalomeApp_SelectionMgr.h"
+#include "LightApp_SelectionMgr.h"
 //#include "SMESH_TypeFilter.hxx"
 #include "SUIT_SelectionFilter.h"
 
@@ -60,23 +60,21 @@ class SMESHGUI_RenumberingDlg : public QDialog
     Q_OBJECT
 
 public:
-    SMESHGUI_RenumberingDlg (QWidget* parent = 0,
+    SMESHGUI_RenumberingDlg( SMESHGUI*,
                             const char* name = 0,
-                            SalomeApp_SelectionMgr* Sel = 0,
                             const int unit = 0,
                             bool modal = FALSE,
                             WFlags fl = 0);
     ~SMESHGUI_RenumberingDlg();
 
 private:
-
-    void Init( SalomeApp_SelectionMgr* Sel ) ;
+    void Init();
     void closeEvent( QCloseEvent* e ) ;
     void enterEvent ( QEvent * ) ;                         /* mouse enter the QWidget */
     void hideEvent ( QHideEvent * );                       /* ESC key */
     
     SMESHGUI*                     mySMESHGUI;              /* Current SMESHGUI object */
-    SalomeApp_SelectionMgr*       mySelectionMgr;          /* User shape selection */
+    LightApp_SelectionMgr*        mySelectionMgr;          /* User shape selection */
     int                           myConstructorId;         /* Current constructor id = radio button id */
     QLineEdit*                    myEditCurrentArgument;   /* Current  LineEdit */