Salome HOME
Fix for Bug IPAL11055:
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_EditHypothesesDlg.h
index 6c40460e51d335347f1e978d335548e8bfdb8d14..6fe085dc6cb59be8f014be75fabe64dc05965122 100644 (file)
@@ -31,7 +31,7 @@
 
 //#include "SMESH_TypeFilter.hxx"
 #include "SUIT_SelectionFilter.h"
-#include "SalomeApp_SelectionMgr.h"
+#include "LightApp_SelectionMgr.h"
 
 // QT Includes
 #include <qdialog.h>
@@ -92,7 +92,7 @@ private:
 
 private:
     SMESHGUI*                     mySMESHGUI;
-    SalomeApp_SelectionMgr*       mySelectionMgr;
+    LightApp_SelectionMgr*        mySelectionMgr;
 
     GEOM::GEOM_Object_var         myGeomShape;
     QLineEdit*                    myEditCurrentArgument;