Salome HOME
PAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Selection.h
index 833dde674e894f4a5277ee2c0ef549945f8de30b..08d37c9790484368a0a0b309705d6df5e8613f9a 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
 #ifndef SMESHGUI_SELECTION_HeaderFile
 #define SMESHGUI_SELECTION_HeaderFile
 
-#include "SalomeApp_Selection.h"
+#include "LightApp_Selection.h"
 #include "SALOMEDSClient_definitions.hxx"
 
-class SalomeApp_SelectionMgr;
+class LightApp_SelectionMgr;
 class SALOMEDSClient_Study;
-class SalomeApp_DataOwner;
+class LightApp_DataOwner;
 class SMESH_Actor;
 
-class SMESHGUI_Selection : public SalomeApp_Selection
+class SMESHGUI_Selection : public LightApp_Selection
 {
 public:
   SMESHGUI_Selection();
   virtual ~SMESHGUI_Selection();
 
-  virtual void     init( const QString&, SalomeApp_SelectionMgr* );
+  virtual void     init( const QString&, LightApp_SelectionMgr* );
   virtual QtxValue param( const int , const QString& paramName ) const;
-  virtual void     processOwner( const SalomeApp_DataOwner* );
+  virtual void     processOwner( const LightApp_DataOwner* );
 
   // got from object, not from actor
   virtual int numberOfNodes( int ind ) const;