X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVISUGUI%2FVisuGUI_IsoSurfacesDlg.cxx;h=344e30a26d15924640c999113a832e68bb4c6665;hb=b3c3ae465f473493c1790a65aa9c9c110c3b9d89;hp=215039381179c189102755bc65f82daa60331051;hpb=6aec7a3b8db058f39f819575102b9952b94024b0;p=modules%2Fvisu.git diff --git a/src/VISUGUI/VisuGUI_IsoSurfacesDlg.cxx b/src/VISUGUI/VisuGUI_IsoSurfacesDlg.cxx index 21503938..344e30a2 100644 --- a/src/VISUGUI/VisuGUI_IsoSurfacesDlg.cxx +++ b/src/VISUGUI/VisuGUI_IsoSurfacesDlg.cxx @@ -27,8 +27,9 @@ // $Header$ #include "VisuGUI_IsoSurfacesDlg.h" + #include "VisuGUI.h" -//#include "VisuGUI_Selection.h" +#include "VisuGUI_Tools.h" #include "SalomeApp_Application.h" @@ -160,8 +161,8 @@ bool VisuGUI_IsoSurfPane::check() /*! Constructor */ -VisuGUI_IsoSurfacesDlg::VisuGUI_IsoSurfacesDlg (QWidget* parent) - : QDialog(parent, "VisuGUI_IsoSurfacesDlg", true, +VisuGUI_IsoSurfacesDlg::VisuGUI_IsoSurfacesDlg (SalomeApp_Module* theModule) + : QDialog(VISU::GetDesktop(theModule), "VisuGUI_IsoSurfacesDlg", true, WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu) { setCaption(tr("DEFINE_ISOSURFACES"));