X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_CreatePolyhedralVolumeDlg.h;h=5070b44718a7307cfff2be486575a86119d1a9ac;hb=a2a51ec8eaa7588d101e5cbad275a001f03285f5;hp=ba7cf2cc5db04ffb984f9b378e2303514f28afef;hpb=c38c10811a065cf5b13e8807ed71864d92ca7d80;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.h b/src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.h index ba7cf2cc5..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,8 +77,7 @@ private: void displaySimulation(); SMESHGUI* mySMESHGUI ; /* Current SMESHGUI object */ - SalomeApp_SelectionMgr* mySelectionMgr ; /* User shape selection */ - SVTK_ViewWindow* myViewWindow; + LightApp_SelectionMgr* mySelectionMgr ; /* User shape selection */ SVTK_Selector* mySelector; QString myIDs; int myNbOkElements ; /* to check when elements are defined */