X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_NodesDlg.h;h=4ec0005a093285e5cfddc84e873c673d7afe90a6;hp=e7da8a68631df014c59333bcb8daad6beb99a963;hb=81a502af8470190be359d6491a20796dbad5bb97;hpb=80b2ef84c3197c4159cd6b82cc6a476853e76022 diff --git a/src/SMESHGUI/SMESHGUI_NodesDlg.h b/src/SMESHGUI/SMESHGUI_NodesDlg.h index e7da8a686..4ec0005a0 100644 --- a/src/SMESHGUI/SMESHGUI_NodesDlg.h +++ b/src/SMESHGUI/SMESHGUI_NodesDlg.h @@ -47,7 +47,7 @@ class SMESHGUI; class SVTK_Selector; class SVTK_ViewWindow; class SMESHGUI_SpinBox; -class SalomeApp_SelectionMgr; +class LightApp_SelectionMgr; namespace SMESH{ struct TNodeSimulation; @@ -74,7 +74,7 @@ public: ~SMESHGUI_NodesDlg(); private: - SalomeApp_SelectionMgr* mySelectionMgr; + LightApp_SelectionMgr* mySelectionMgr; SVTK_Selector* mySelector; SMESHGUI* mySMESHGUI;