From: asl Date: Thu, 4 Mar 2010 09:27:56 +0000 (+0000) Subject: In Plot2d selector the SPlot2d_ViewModel is replaced by Plot2d_ViewModel X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=630a0d3be594a6c7d292db8c1edef3c47a6900a1;p=modules%2Fgui.git In Plot2d selector the SPlot2d_ViewModel is replaced by Plot2d_ViewModel --- diff --git a/src/LightApp/LightApp_Plot2dSelector.cxx b/src/LightApp/LightApp_Plot2dSelector.cxx index 9efc836b0..cd7543c27 100755 --- a/src/LightApp/LightApp_Plot2dSelector.cxx +++ b/src/LightApp/LightApp_Plot2dSelector.cxx @@ -28,7 +28,7 @@ /*! Constructor */ -LightApp_Plot2dSelector::LightApp_Plot2dSelector( SPlot2d_Viewer* v, SUIT_SelectionMgr* mgr ) +LightApp_Plot2dSelector::LightApp_Plot2dSelector( Plot2d_Viewer* v, SUIT_SelectionMgr* mgr ) : SUIT_Selector( mgr, v ) { if ( v ) diff --git a/src/LightApp/LightApp_Plot2dSelector.h b/src/LightApp/LightApp_Plot2dSelector.h index b9ba299a3..f63c31978 100755 --- a/src/LightApp/LightApp_Plot2dSelector.h +++ b/src/LightApp/LightApp_Plot2dSelector.h @@ -26,7 +26,7 @@ #include #include -#include +#include class LightApp_DataObject; @@ -39,7 +39,7 @@ class LIGHTAPP_EXPORT LightApp_Plot2dSelector : public QObject, public SUIT_Sele Q_OBJECT public: - LightApp_Plot2dSelector( SPlot2d_Viewer*, SUIT_SelectionMgr* ); + LightApp_Plot2dSelector( Plot2d_Viewer*, SUIT_SelectionMgr* ); virtual ~LightApp_Plot2dSelector(); /*!Return "ObjectBrowser"*/