Salome HOME
PAL10494 (SMESH python dump uses idl interface). Python dump using TPythonDump tool
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_CreatePolyhedralVolumeDlg.h
index ba7cf2cc5db04ffb984f9b378e2303514f28afef..5070b44718a7307cfff2be486575a86119d1a9ac 100644 (file)
@@ -45,7 +45,7 @@ class SMESHGUI;
 class SMESH_Actor;
 class SVTK_Selector;
 class SVTK_ViewWindow;
-class SalomeApp_SelectionMgr;
+class LightApp_SelectionMgr;
 
 namespace SMESH{
   struct TPolySimulation;
@@ -77,8 +77,7 @@ private:
     void displaySimulation();
     
     SMESHGUI*                     mySMESHGUI ;              /* Current SMESHGUI object */
-    SalomeApp_SelectionMgr*       mySelectionMgr ;             /* User shape selection */
-    SVTK_ViewWindow*              myViewWindow;
+    LightApp_SelectionMgr*        mySelectionMgr ;             /* User shape selection */
     SVTK_Selector*                mySelector;
     QString                       myIDs;
     int                           myNbOkElements ;            /* to check when elements are defined */