X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_EditHypothesesDlg.h;h=7385dcb9f5db570317f4ff344eb7130239eddf7b;hb=2672e3aa3d7076a083a9a604a73fa27e3ea28617;hp=6c40460e51d335347f1e978d335548e8bfdb8d14;hpb=c38c10811a065cf5b13e8807ed71864d92ca7d80;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_EditHypothesesDlg.h b/src/SMESHGUI/SMESHGUI_EditHypothesesDlg.h index 6c40460e5..7385dcb9f 100644 --- a/src/SMESHGUI/SMESHGUI_EditHypothesesDlg.h +++ b/src/SMESHGUI/SMESHGUI_EditHypothesesDlg.h @@ -29,9 +29,11 @@ #ifndef DIALOGBOX_EDIT_HYPOTHESES_H #define DIALOGBOX_EDIT_HYPOTHESES_H +#include "SMESH_SMESHGUI.hxx" + //#include "SMESH_TypeFilter.hxx" #include "SUIT_SelectionFilter.h" -#include "SalomeApp_SelectionMgr.h" +#include "LightApp_SelectionMgr.h" // QT Includes #include @@ -58,7 +60,7 @@ typedef map MapIOR; // class : SMESHGUI_EditHypothesesDlg // purpose : //================================================================================= -class SMESHGUI_EditHypothesesDlg : public QDialog +class SMESHGUI_EXPORT SMESHGUI_EditHypothesesDlg : public QDialog { Q_OBJECT @@ -92,7 +94,7 @@ private: private: SMESHGUI* mySMESHGUI; - SalomeApp_SelectionMgr* mySelectionMgr; + LightApp_SelectionMgr* mySelectionMgr; GEOM::GEOM_Object_var myGeomShape; QLineEdit* myEditCurrentArgument;