Salome HOME
Merge remote-tracking branch 'origin/BR_1321_ECW' into BR_DEMO
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ProfileInterpolateDlg.cxx
index add3b8bb55537cd04b741006c4f1358ed000779d..fe3f1beb58e6cd8277a53703176a2ab5d9ff7344 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "HYDROGUI_ProfileInterpolateDlg.h"
 
-#include "HYDROGUI_Tool.h"
+#include "HYDROGUI_Tool2.h"
 #include "HYDROGUI_Module.h"
 #include "HYDROGUI_ObjComboBox.h"
 #include "HYDROGUI_OCCSelector.h"
@@ -45,7 +45,7 @@
 #include <HYDROData_Profile.h>
 
 HYDROGUI_ProfileInterpolateDlg::HYDROGUI_ProfileInterpolateDlg( HYDROGUI_Module* theModule, const QString& theTitle )
-    : HYDROGUI_ViewerDlg( theModule, theTitle )
+    : HYDROGUI_ViewerDlg( theModule, theTitle, false )
 {
     QWidget* main = new QGroupBox( mainFrame() );
     QGridLayout* base = new QGridLayout( main );