#include "VVTK_ViewModel.h"
#include "VVTK_InteractorStyle.h"
+#include "SVTK_View.h"
+
//----------------------------------------------------------------------------
VVTK_ViewWindow
::VVTK_ViewWindow( SUIT_Desktop* theDesktop,
VVTK_Viewer* theModel )
: SVTK_ViewWindow( theDesktop, theModel )
{
- pushInteractorStyle( VVTK_InteractorStyle::New() );
+ getView()->pushInteractorStyle( VVTK_InteractorStyle::New() );
connect(this,SIGNAL(selectionChanged()),
theModel,SLOT(onSelectionChanged()));