Salome HOME
Using files from package LightApp instead of SalomeApp
[modules/geom.git] / src / BlocksGUI / BlocksGUI_ExplodeDlg.cxx
index ac63e413521d8ab4cc92673b37aa4b2948460fc0..728082a4e9f3e4db14107f99683102fe4977294a 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "SUIT_Session.h"
 #include "SalomeApp_Application.h"
-#include "SalomeApp_SelectionMgr.h"
+#include "LightApp_SelectionMgr.h"
 #include "OCCViewer_ViewModel.h"
 #include "SALOME_ListIteratorOfListIO.hxx"
 
@@ -494,3 +494,12 @@ GEOM::GEOM_Object_ptr BlocksGUI_ExplodeDlg::getFather (GEOM::GEOM_Object_ptr)
 {
   return myObject;
 }
+
+//================================================================
+// Function : getNewObjectName
+// Purpose  : Redefine this method to return proper name for a new object
+//================================================================
+const char* BlocksGUI_ExplodeDlg::getNewObjectName() const
+{
+  return "";
+}