From: vsr Date: Fri, 14 Dec 2012 10:24:54 +0000 (+0000) Subject: Merge from BR_Qt48_porting (compatibility with Qt4.8) 14/12/2012 X-Git-Tag: V6_main_FINAL~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c34c69222e038919a08f120d5d9fc1e101674cb4;p=tools%2Fyacsgen.git Merge from BR_Qt48_porting (compatibility with Qt4.8) 14/12/2012 --- diff --git a/Examples/cppgui1/cppcomposGUI.cxx b/Examples/cppgui1/cppcomposGUI.cxx index 1d20a61..ec6f48f 100644 --- a/Examples/cppgui1/cppcomposGUI.cxx +++ b/Examples/cppgui1/cppcomposGUI.cxx @@ -44,8 +44,7 @@ extern "C" { // Constructor cppcomposGUI::cppcomposGUI() : - SalomeApp_Module( "cppcompos" ), // default name - LightApp_Module( "cppcompos" ) + SalomeApp_Module( "cppcompos" ) // default name { } diff --git a/module_generator/hxx_tmpl_gui.py b/module_generator/hxx_tmpl_gui.py index 2950c5d..9697bff 100644 --- a/module_generator/hxx_tmpl_gui.py +++ b/module_generator/hxx_tmpl_gui.py @@ -40,8 +40,7 @@ using namespace std; // Constructor ${component_name}GUI::${component_name}GUI() : - SalomeApp_Module( COMPONENT_NAME ), // Module name - LightApp_Module( COMPONENT_NAME ) + SalomeApp_Module( COMPONENT_NAME ) // Module name { // Initializations default_bool = false;