Salome HOME
Using files from package LightApp instead of files from package SalomeApp
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RemoveElementsDlg.h
index 4c9b62b1ba238ccc6cfcde99de146394125c3ff9..8300d124c65633fefd9e2483bb83e0a3ed62a38b 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef DIALOGBOX_REMOVE_ELEMENTS_H
 #define DIALOGBOX_REMOVE_ELEMENTS_H
 
-#include "SalomeApp_SelectionMgr.h"
+#include "LightApp_SelectionMgr.h"
 
 // QT Includes
 #include <qvariant.h>
@@ -76,7 +76,7 @@ private:
     void enterEvent ( QEvent * ) ;                          /* mouse enter the QWidget */
     void hideEvent ( QHideEvent * );                        /* ESC key */
 
-    SalomeApp_SelectionMgr*       mySelectionMgr;
+    LightApp_SelectionMgr*        mySelectionMgr;
     SVTK_Selector*                mySelector;
     SMESHGUI*                     mySMESHGUI;