Salome HOME
To make VTKViewer_UnscaledActor an infinite actor (with infinite bounds)
[modules/gui.git] / src / SUPERVGraph / SUPERVGraph.h
index 929fc291d8e6bbfd29c7df7846ab2cce3dea74ba..d2d83794e5153775d16272b619c3a2e495703f22 100755 (executable)
@@ -29,8 +29,8 @@
 #ifndef SUPERVGraph_HeaderFile
 #define SUPERVGraph_HeaderFile
 
-#include "QAD_RightFrame.h"
-#include "QAD_ViewFrame.h"
+#include "SUIT_Desktop.h"
+#include "SUIT_ViewWindow.h"
 
 class SUPERVGraph : public QObject
 {
@@ -38,7 +38,7 @@ class SUPERVGraph : public QObject
 
 public :
 
-    Standard_EXPORT static QAD_ViewFrame* createView ( QAD_RightFrame* parent);
+    /*Standard_EXPORT*/ static SUIT_ViewWindow* createView ( SUIT_Desktop* parent);
   
 };