Salome HOME
linear stream interpolator : insertPoints() : deny to add more points than needed
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ExportSinusXDlg.cxx
index e0da77a5d326fc6365e9e9df57481547dc98cd1b..f277b754ce5dfcdf14970f3b5e8a8180ad0e1873 100644 (file)
@@ -26,7 +26,7 @@
 #include "HYDROGUI_Module.h"
 #include <CAM_Application.h>
 #include <SUIT_Desktop.h>
-#include <QListWidget.h>
+#include <QListWidget>
 #include <HYDROGUI_ObjListBox.h>
 
 
@@ -45,7 +45,7 @@ HYDROGUI_ExportSinusXDlg::HYDROGUI_ExportSinusXDlg( HYDROGUI_Module* theModule,
   anAllowedTypesToSave.append(KIND_POLYLINEXY);
   anAllowedTypesToSave.append(KIND_PROFILE);
 
-  myList = new HYDROGUI_ObjListBox( theModule, tr( "OBJECT_TO_EXPORT" ), anAllowedTypesToSave, mainFrame() );
+  myList = new HYDROGUI_ObjListBox( theModule, tr( "OBJECTS_TO_EXPORT" ), anAllowedTypesToSave, mainFrame() );
   aLayout->addWidget( myList, 0, 0 );
 
   myExportBtn = new QPushButton( tr( "EXPORT" ) );