Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISUGUI / VisuGUI_Selection.h
index 86c8ddb518456fe1da95e43d325c505774cfa78a..4fc4f265b450de8c506f9ec923f9b1463cc613b4 100644 (file)
 #ifndef VisuGUI_Selection_HeaderFile
 #define VisuGUI_Selection_HeaderFile
 
-#include "SALOMEconfig.h"
-#include "VISU_Actor.h"
-#include "SVTK_Selection.h"
-
-#include <vtkDataSet.h>
-
 #include <qdialog.h>
 
 class QLabel;
@@ -42,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 {
@@ -91,7 +85,7 @@ private slots:
   QLabel* myDYLbl;
   QLabel* myDZLbl;
 
-  SalomeApp_SelectionMgr* mySelectionMgr;
+  LightApp_SelectionMgr* mySelectionMgr;
   bool myFl;
 };