From 37b9292da6f9d03a988fb2437f2525baed0bd1df Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 14 Dec 2012 10:16:09 +0000 Subject: [PATCH] Merge from BR_Qt48_porting (compatibility with Qt4.8) 14/12/2012 --- src/SMESHGUI/SMESHGUI.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 86de4f316..0ea7e74a0 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -1891,8 +1891,7 @@ SMESH::SMESH_Gen_var SMESHGUI::myComponentSMESH = SMESH::SMESH_Gen::_nil(); */ //============================================================================= SMESHGUI::SMESHGUI() : -SalomeApp_Module( "SMESH" ), -LightApp_Module( "SMESH" ) +SalomeApp_Module( "SMESH" ) { if ( CORBA::is_nil( myComponentSMESH ) ) { -- 2.39.2