Salome HOME
Tab order rearranged (bug 18988)
[modules/geom.git] / src / EntityGUI / EntityGUI_SubShapeDlg.cxx
index 24b693a387011da042b1a08453d0e015836d164e..4f466c7452961b49c7be2e4925c9073f064cc2d1 100644 (file)
@@ -597,7 +597,7 @@ GEOM::GEOM_Object_ptr EntityGUI_SubShapeDlg::getFather( GEOM::GEOM_Object_ptr )
   return myObject;
 }
 
-const char* EntityGUI_SubShapeDlg::getNewObjectName() const
+QString EntityGUI_SubShapeDlg::getNewObjectName() const
 {
-  return "";
+  return QString::null;
 }