Salome HOME
HYDROGUI_Wizard has been refactored and now uses QStackedWidget instead of QWizard.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_OCCDisplayer.h
index f4c013bb869da6d21c3ac78f75c9c1088c6e321c..f8d1ea13b14c7aea5d6611a92b892a0da426e3d3 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef HYDROGUI_OCCDISPLAYER_H
 #define HYDROGUI_OCCDISPLAYER_H
 
-#include <HYDROData_Object.h>
+#include <HYDROData_Entity.h>
 
 class HYDROGUI_Module;
 class HYDROGUI_Shape;
@@ -125,7 +125,7 @@ private:
    */
   HYDROGUI_Shape*                 createShape( const int                             theViewerId,
                                                const Handle(AIS_InteractiveContext)& theContext,
-                                               const Handle(HYDROData_Object)&       theObject );
+                                               const Handle(HYDROData_Entity)&       theObject );
 
 private:
   HYDROGUI_Module*                myModule;