Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISUGUI / VisuGUI_StreamLinesDlg.cxx
index 904f438dcc34caa4fb152907c73685f6191b9b2c..e5bf1e2c78ca28738ef4bfe8847ca39a9b3fd5c2 100644 (file)
@@ -20,7 +20,7 @@
 #include "VISU_Actor.h"
 
 #include "SalomeApp_Application.h"
-#include "SalomeApp_SelectionMgr.h"
+#include "LightApp_SelectionMgr.h"
 
 #include "SVTK_ViewWindow.h"
 
@@ -85,7 +85,7 @@ VisuGUI_StreamLinesDlg::VisuGUI_StreamLinesDlg (SalomeApp_Module* theModule)
   // Find All prs obj
   //SUIT_Study* aActiveStudy = VISU::(myVisuGUI);
   _PTR(Study) aActiveStudy = VISU::GetCStudy(VISU::GetAppStudy(myVisuGUI));
-  SalomeApp_SelectionMgr* aSel = VISU::GetSelectionMgr(myVisuGUI);
+  LightApp_SelectionMgr* aSel = VISU::GetSelectionMgr(myVisuGUI);
   SALOME_ListIO selected;
   aSel->selectedObjects(selected);
   if (selected.Extent() > 0) {