Salome HOME
Fix pb. with double omniORB.
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_Selection.h
index 6c7c2f3c391c5e7c94471cf59cbdbc6377a84b17..467b65ef8896ac6ac844e1781d3b3adc25ac12f5 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 SUPERVGUI_SELECTION_HeaderFile
 #define SUPERVGUI_SELECTION_HeaderFile
 
-#include <SalomeApp_Selection.h>
+#include <LightApp_Selection.h>
 
 #include <SALOMEconfig.h>
 
 #include "SALOMEDSClient.hxx"
 #include <boost/shared_ptr.hpp>
-using namespace boost;
 
 class SALOME_InteractiveObject;
 
-class SUPERVGUI_Selection : public SalomeApp_Selection
+class SUPERVGUI_Selection : public LightApp_Selection
 {
 public:
   SUPERVGUI_Selection();