X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_CreatePolyhedralVolumeDlg.h;h=5070b44718a7307cfff2be486575a86119d1a9ac;hp=8ba99e3ba0bf5bffca385c0dfdfc66c97c56f60e;hb=81a502af8470190be359d6491a20796dbad5bb97;hpb=80b2ef84c3197c4159cd6b82cc6a476853e76022 diff --git a/src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.h b/src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.h index 8ba99e3ba..5070b4471 100644 --- a/src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.h +++ b/src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.h @@ -45,7 +45,7 @@ class SMESHGUI; class SMESH_Actor; class SVTK_Selector; class SVTK_ViewWindow; -class SalomeApp_SelectionMgr; +class LightApp_SelectionMgr; namespace SMESH{ struct TPolySimulation; @@ -77,7 +77,7 @@ private: void displaySimulation(); SMESHGUI* mySMESHGUI ; /* Current SMESHGUI object */ - SalomeApp_SelectionMgr* mySelectionMgr ; /* User shape selection */ + LightApp_SelectionMgr* mySelectionMgr ; /* User shape selection */ SVTK_Selector* mySelector; QString myIDs; int myNbOkElements ; /* to check when elements are defined */