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