]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix an error on definition of preferenceChanged
authoradam <adam>
Fri, 15 May 2009 08:34:03 +0000 (08:34 +0000)
committeradam <adam>
Fri, 15 May 2009 08:34:03 +0000 (08:34 +0000)
src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx

index 109d4c4e29720e5fd765255b7a6ba47aa2ef0d98..32d434592baa54805c4b059041530d5e509c27e5 100644 (file)
@@ -206,7 +206,7 @@ void SALOME_PYQT_Module::onViewClosed( SUIT_ViewWindow* pview )
   \param section preference resource file section
   \param setting preference resource name
 */
-void SALOME_PYQT_ModuleLight::preferenceChanged( const QString& module, 
+void SALOME_PYQT_Module::preferenceChanged( const QString& module, 
                                            const QString& section, 
                                            const QString& setting )
 {