Salome HOME
refs #482: new function for export calculation case
[modules/hydro.git] / src / HYDROData / HYDROData_VisualState.h
index 72b8f2c783b2168a131e5bee6ea30d1e3107dd1f..a675eb32b792dc93026044431e02ac6af06423b6 100644 (file)
@@ -4,8 +4,6 @@
 
 #include <HYDROData_Entity.h>
 
-#include <QString>
-
 DEFINE_STANDARD_HANDLE(HYDROData_VisualState, HYDROData_Entity)
 
 /**\class HYDROData_VisualState
@@ -37,12 +35,12 @@ public:
    * Stores the encoded visual state
    * \param theState new state
    */
-  HYDRODATA_EXPORT void SetState( const QString& theState );
+  HYDRODATA_EXPORT void SetState( const std::string& theState );
 
   /**
    * Returns the encoded visual state
    */
-  HYDRODATA_EXPORT QString GetState() const;
+  HYDRODATA_EXPORT std::string GetState() const;
 
 protected: