Salome HOME
PAL10491. Add messages used by GetMessageOnAlgoStateErrors()
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MoveNodesDlg.h
index aa4d51d96655673b70241b136673cb1b4af8e5ed..d115e52ff8e222d38108c3beeb25bee6fbb429bb 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef DIALOGBOX_MOVE_NODES_H
 #define DIALOGBOX_MOVE_NODES_H
 
-#include "SalomeApp_SelectionMgr.h"
+#include "LightApp_SelectionMgr.h"
 
 #include <qdialog.h>
 
@@ -96,7 +96,7 @@ private:
   SMESHGUI_SpinBox*             myY;
   SMESHGUI_SpinBox*             myZ;
 
-  SalomeApp_SelectionMgr*       mySelectionMgr;
+  LightApp_SelectionMgr*        mySelectionMgr;
   SVTK_Selector*                mySelector;
   SMESHGUI*                     mySMESHGUI;