]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
In Plot2d selector the SPlot2d_ViewModel is replaced by Plot2d_ViewModel
authorasl <asl@opencascade.com>
Thu, 4 Mar 2010 09:27:56 +0000 (09:27 +0000)
committerasl <asl@opencascade.com>
Thu, 4 Mar 2010 09:27:56 +0000 (09:27 +0000)
src/LightApp/LightApp_Plot2dSelector.cxx
src/LightApp/LightApp_Plot2dSelector.h

index 9efc836b0d9e76d7c69f9bdb671aa44550184465..cd7543c27d0ae1e8b7ea6c614428bda856088790 100755 (executable)
@@ -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 )
index b9ba299a3d260b950f0ec603baf6b151d5698e0e..f63c3197898139f597305c9a3c05bc64f0aa42d7 100755 (executable)
@@ -26,7 +26,7 @@
 
 #include <SUIT_Selector.h>
 #include <SUIT_DataOwner.h>
-#include <SPlot2d_ViewModel.h>
+#include <Plot2d_ViewModel.h>
 
 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"*/