Salome HOME
Fix for bug IPAL10313 (It is impossible to select "Start point" from 3D viewer in...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_CreatePatternDlg.h
index d0ff40e63bb6966b85d8e12d26d4bb2ce0fc12ec..84a0cbd34ea1cbf9e60efa2a6442580cfe34c8c7 100755 (executable)
@@ -43,7 +43,7 @@ class QFrame;
 class QLineEdit;
 class SMESHGUI_SpinBox;
 class QPushButton;
-class SalomeApp_SelectionMgr;
+class LightApp_SelectionMgr;
 class QRadioButton;
 class QCheckBox;
 class QButtonGroup;
@@ -130,9 +130,8 @@ private:
   QCheckBox*               myProjectChk;
 
   SMESHGUI*                mySMESHGUI;
-  SVTK_ViewWindow*         myViewWindow;
   SVTK_Selector*           mySelector;
-  SalomeApp_SelectionMgr*  mySelectionMgr;
+  LightApp_SelectionMgr*   mySelectionMgr;
   int                      myNbPoints;
   int                      myType;