From 7b0b9c2532dac5a6b73d63cccf57afcdb2f9e181 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 14 Dec 2012 10:15:04 +0000 Subject: [PATCH] Merge from BR_Qt48_porting (compatibility with Qt4.8) 14/12/2012 --- src/GEOMGUI/GeometryGUI.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index d13a0fd99..0242a8761 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -188,8 +188,7 @@ void GeometryGUI::Modified (bool theIsUpdateActions) // purpose : Constructor //======================================================================= GeometryGUI::GeometryGUI() : - SalomeApp_Module( "GEOM" ), - LightApp_Module( "GEOM" ) + SalomeApp_Module( "GEOM" ) { if ( CORBA::is_nil( myComponentGeom ) ) { -- 2.39.2