Salome HOME
PAL10343 - it is impossible to select shape in "create mesh" dialog
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RevolutionDlg.h
index 5e35ea9dac8c9e1c0a979e29d3e368b6f5ce732c..dc1da869d41c7b294aa76f351d2c80c60be4c434 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef DIALOGBOX_REVOLUTION_H
 #define DIALOGBOX_REVOLUTION_H
 
-#include "SalomeApp_SelectionMgr.h"
+#include "LightApp_SelectionMgr.h"
 
 #include "SMESH_LogicalFilter.hxx"
 
@@ -82,11 +82,10 @@ private:
     bool IsAxisOk();
 
     SMESHGUI*                     mySMESHGUI;              /* Current SMESHGUI object */
-    SalomeApp_SelectionMgr*       mySelectionMgr;          /* User shape selection */
+    LightApp_SelectionMgr*        mySelectionMgr;          /* User shape selection */
     int                           myNbOkElements;          /* to check when elements are defined */
     QString                       myElementsId;
     QWidget*                      myEditCurrentArgument;   /* Current  argument */
-    SVTK_ViewWindow*              myViewWindow;
     SVTK_Selector*                mySelector;
 
     bool                          myBusy;