X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_SmoothingDlg.h;h=5cccb1b223fff9357bd06ca35d704e6b71ec9da1;hb=7d9ae6b54f5ec98fff137636f7ad2a60d10ce6b6;hp=32dc80513c93a60bb930bc5f3ac21b3a2955f54e;hpb=b33324fe602b1fe1158c14a866c3802df12370fa;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_SmoothingDlg.h b/src/SMESHGUI/SMESHGUI_SmoothingDlg.h index 32dc80513..5cccb1b22 100644 --- a/src/SMESHGUI/SMESHGUI_SmoothingDlg.h +++ b/src/SMESHGUI/SMESHGUI_SmoothingDlg.h @@ -29,7 +29,7 @@ #ifndef DIALOGBOX_SMOOTHING_H #define DIALOGBOX_SMOOTHING_H -#include "SalomeApp_SelectionMgr.h" +#include "LightApp_SelectionMgr.h" #include "SMESH_LogicalFilter.hxx" @@ -81,7 +81,7 @@ private: void hideEvent (QHideEvent*); /* ESC key */ SMESHGUI* mySMESHGUI; /* Current SMESHGUI object */ - SalomeApp_SelectionMgr* mySelectionMgr; /* User shape selection */ + LightApp_SelectionMgr* mySelectionMgr; /* User shape selection */ QString myElementsId; int myNbOkElements; /* to check when elements are defined */ int myNbOkNodes; /* to check when fixed nodes are defined */