Salome HOME
Porting to Qt4.
[modules/geom.git] / src / BooleanGUI / BooleanGUI_Dialog.cxx
index df4cdde3606794a03da4827acdbde69b94caea38..d8a7743d84f00d0a5ebc2c3ca271ca129db36965 100644 (file)
@@ -152,7 +152,7 @@ void BooleanGUI_Dialog::Init()
   connect(((SalomeApp_Application*)(SUIT_Session::session()->activeApplication()))->selectionMgr(), 
          SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument())) ;
 
-  initName( GroupConstructors->title().toStdString().c_str() );
+  initName( GroupConstructors->title().toLatin1().constData() );
 
   globalSelection( GEOM_ALLSHAPES );
 }