Salome HOME
PAL10494. Add .._STANDARD_RTTI_... in order to build executable
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MergeNodesDlg.h
index 3eaf68acbe3e59dba7f0ab04d03ff00cf1377ba7..457259574062e0f0a27e5c72957650ca1cf582f0 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef DIALOGBOX_MERGENODES_H
 #define DIALOGBOX_MERGENODES_H
 
-#include "SalomeApp_SelectionMgr.h"
+#include "LightApp_SelectionMgr.h"
 //#include "SMESH_TypeFilter.hxx"
 #include "SUIT_SelectionFilter.h"
 
@@ -82,7 +82,7 @@ private:
     void onEditNodesGroup();
 
     SMESHGUI*                     mySMESHGUI;               /* Current SMESHGUI object */
-    SalomeApp_SelectionMgr*       mySelectionMgr;           /* User shape selection */
+    LightApp_SelectionMgr*        mySelectionMgr;           /* User shape selection */
     SVTK_Selector*                mySelector;
 
     QWidget*                      myEditCurrentArgument;