Salome HOME
Using files from package LightApp instead of files from package SalomeApp
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RemoveNodesDlg.h
index 6a847e2cf544b617ffeb13fe105eab0c1cddfa2a..68fb7817f2f00e4539a782683c3df5fa5e5a5c1c 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef DIALOGBOX_REMOVE_NODES_H
 #define DIALOGBOX_REMOVE_NODES_H
 
-#include "SalomeApp_SelectionMgr.h"
+#include "LightApp_SelectionMgr.h"
 
 // QT Includes
 #include <qvariant.h>
@@ -79,8 +79,7 @@ private:
     void enterEvent ( QEvent * ) ;                         /* mouse enter the QWidget */
     void hideEvent ( QHideEvent * );                       /* ESC key */
 
-    SalomeApp_SelectionMgr*       mySelectionMgr;
-    SVTK_ViewWindow*              myViewWindow;
+    LightApp_SelectionMgr*        mySelectionMgr;
     SVTK_Selector*                mySelector;
     SMESHGUI*                     mySMESHGUI;