Salome HOME
Merge branch 'BR_LAND_COVER_MAP' into BR_DBF_SUPPORT
[modules/hydro.git] / src / HYDROPy / HYDROData_StricklerTable.sip
index 60a038048d11ea7df493fd7e94fbf7e19b228485..a6493486c68d7f06215f24f64c14f912d6c4f067 100644 (file)
@@ -43,8 +43,8 @@ class HYDROData_StricklerTable : public HYDROData_Entity
 
 public:      
 
-  bool Import( const TCollection_AsciiString& theFileName );
-  bool Export( const TCollection_AsciiString& theFileName );
+  bool Import( const QString& theFileName );
+  bool Export( const QString& theFileName );
 
   double Get( const QString& theType, double theDefault ) const;
   void Set( const QString& theType, double theCoefficient );