X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_CreateHypothesesDlg.h;h=e2bb65a6741ee371ec0c3353ae34e4380c1009a2;hb=5467bb25d4a8ca4a84de65bc44b725bdd9d69a29;hp=4fa446d5c84947bb39b3980e326050c25e2bbb6a;hpb=c3bf92bd87b770fd81631a3853f7f5bb1ac6a4e8;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_CreateHypothesesDlg.h b/src/SMESHGUI/SMESHGUI_CreateHypothesesDlg.h index 4fa446d5c..e2bb65a67 100644 --- a/src/SMESHGUI/SMESHGUI_CreateHypothesesDlg.h +++ b/src/SMESHGUI/SMESHGUI_CreateHypothesesDlg.h @@ -36,14 +36,11 @@ // IDL Headers #include #include CORBA_SERVER_HEADER(GEOM_Gen) -#include CORBA_SERVER_HEADER(GEOM_Shape) #include CORBA_SERVER_HEADER(SMESH_Mesh) #include #include -using namespace std; - class QButtonGroup; class QGroupBox; class QPushButton; @@ -60,7 +57,7 @@ class SMESHGUI_CreateHypothesesDlg : public QDialog Q_OBJECT public: - SMESHGUI_CreateHypothesesDlg (QWidget* parent = 0, + SMESHGUI_CreateHypothesesDlg (SMESHGUI*, const char* name = 0, bool modal = FALSE, bool isAlgo = FALSE);