Salome HOME
*** empty log message ***
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_EditHypothesesDlg.h
index 6c40460e51d335347f1e978d335548e8bfdb8d14..7385dcb9f5db570317f4ff344eb7130239eddf7b 100644 (file)
 #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 <qdialog.h>
@@ -58,7 +60,7 @@ typedef map<std::string, int> 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;