X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSUPERVGraph%2FSUPERVGraph.cxx;h=35105cfe8bee6d4097717efa54c6f46f0b3615f9;hb=88de2b3cf2d3c86194ed4edd3c81c0be59b8ab66;hp=140853bb9302c7901a5c924bc02b047119a45efb;hpb=2e750f9ded92337bc3c44e9d7388180974cc4a43;p=modules%2Fgui.git diff --git a/src/SUPERVGraph/SUPERVGraph.cxx b/src/SUPERVGraph/SUPERVGraph.cxx index 140853bb9..35105cfe8 100755 --- a/src/SUPERVGraph/SUPERVGraph.cxx +++ b/src/SUPERVGraph/SUPERVGraph.cxx @@ -30,14 +30,14 @@ using namespace std; #include "SUPERVGraph.h" #include "SUPERVGraph_ViewFrame.h" -QAD_ViewFrame* SUPERVGraph::createView(QAD_RightFrame* parent) +SUIT_ViewWindow* SUPERVGraph::createView(SUIT_Desktop* parent) { - return new SUPERVGraph_ViewFrame( parent, "vtkView" ); + return new SUPERVGraph_ViewFrame( parent/*, "vtkView"*/ ); } extern "C" { - QAD_ViewFrame* createView(QAD_RightFrame* parent) + SUIT_ViewWindow* createView(SUIT_Desktop* parent) { return SUPERVGraph::createView(parent); }