Salome HOME
PAL10125 - references isn't selected in mesh creation dialog
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SewingDlg.h
index 695abc9b362e98d645c066d2ca1e6126c5dcf6ff..425a928532ca81408375d89bacef893487fb6f0b 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef DIALOGBOX_SEWING_H
 #define DIALOGBOX_SEWING_H
 
-#include "SalomeApp_SelectionMgr.h"
+#include "LightApp_SelectionMgr.h"
 
 // QT Includes
 #include <qdialog.h>
@@ -76,10 +76,9 @@ private:
     bool IsValid();
     
     SMESHGUI*                     mySMESHGUI;              /* Current SMESHGUI object */
-    SalomeApp_SelectionMgr*       mySelectionMgr;          /* User shape selection */
+    LightApp_SelectionMgr*        mySelectionMgr;          /* User shape selection */
     int                           myOk1, myOk2, myOk3, myOk4, myOk5, myOk6;    
     QLineEdit*                    myEditCurrentArgument;   /* Current  LineEdit */
-    SVTK_ViewWindow*              myViewWindow;
     SVTK_Selector*                mySelector;
     
     bool                          myBusy;