Salome HOME
porting to sketcher in GEOM
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ProfileOp.h
index dd5e2370a7ed754baedc71ece1a77933b6d01bca..2f14640c67369fd9bd4b64fac0ca1099e1a0070d 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <HYDROData_Profile.h>
 
-class CurveCreator_Profile;
+class HYDROGUI_CurveCreatorProfile;
 
 class HYDROGUI_ProfileOp : public HYDROGUI_Operation
 {
@@ -47,7 +47,8 @@ protected:
 
   virtual HYDROGUI_InputPanel* createInputPanel() const;
 
-  virtual bool               processApply( int& theUpdateFlags, QString& theErrorMsg );
+  virtual bool               processApply( int& theUpdateFlags, QString& theErrorMsg,
+                                           QStringList& theBrowseObjectsEntries );
 
 private:
   void                       displayPreview();
@@ -56,7 +57,7 @@ private:
 private:
   bool                       myIsEdit;
   Handle(HYDROData_Profile)  myEditedObject;
-  CurveCreator_Profile*      myProfile;
+  HYDROGUI_CurveCreatorProfile* myProfile;
 };
 
 #endif