Salome HOME
Using files from package LightApp instead of files from package SalomeApp
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_TransparencyDlg.h
index c1cced61e43939e055f4a7aeee712b0dc6ec535a..d41385430ee75b7fcea946bc92d4adc8b62bbb4d 100644 (file)
@@ -35,7 +35,7 @@
 class QLabel;
 class QPushButton;
 class QSlider;
-class SalomeApp_SelectionMgr;
+class LightApp_SelectionMgr;
 class SVTK_Selector;
 class SVTK_ViewWindow;
 class SMESHGUI;
@@ -59,7 +59,7 @@ public:
 private :
 
   SMESHGUI*               mySMESHGUI;
-  SalomeApp_SelectionMgr* mySelectionMgr;
+  LightApp_SelectionMgr*  mySelectionMgr;
   SVTK_ViewWindow*        myViewWindow;
 
   QPushButton*      buttonOk;