From c34c69222e038919a08f120d5d9fc1e101674cb4 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 14 Dec 2012 10:24:54 +0000 Subject: [PATCH] Merge from BR_Qt48_porting (compatibility with Qt4.8) 14/12/2012 --- Examples/cppgui1/cppcomposGUI.cxx | 3 +-- module_generator/hxx_tmpl_gui.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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; -- 2.39.2