Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISUGUI / VisuGUI_Selection.h
index c1976404996449c2e7bc899a31adb688d0d1cbe6..4fc4f265b450de8c506f9ec923f9b1463cc613b4 100644 (file)
@@ -36,7 +36,7 @@ class QWidgetStack;
 class QVBox;
 class QLineEdit;
 class QTable;
-class SalomeApp_SelectionMgr;
+class LightApp_SelectionMgr;
 class SalomeApp_Application;
 
 class VisuGUI_SelectionDlg: public QDialog {
@@ -85,7 +85,7 @@ private slots:
   QLabel* myDYLbl;
   QLabel* myDZLbl;
 
-  SalomeApp_SelectionMgr* mySelectionMgr;
+  LightApp_SelectionMgr* mySelectionMgr;
   bool myFl;
 };