From: vsr Date: Fri, 6 Jul 2007 16:45:58 +0000 (+0000) Subject: Porting to Qt 4 X-Git-Tag: qt4_porting_delivery_220807~114 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ba3c6b3cedc8175071ce776a4813bc350869c56d;p=modules%2Fgui.git Porting to Qt 4 --- diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index f10e316a0..9ab7d1317 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -1848,7 +1848,7 @@ void LightApp_Application::createPreferences( LightApp_Preferences* pref ) platform = "application"; #endif int apppref = pref->addPreference( tr( "PREF_APP" ), extgroup, LightApp_Preferences::File, "ExternalBrowser", platform ); - pref->setItemProperty( "mode", QtxPagePrefPathItem::OpenFile, apppref ); + pref->setItemProperty( "mode", Qtx::PT_OpenFile, apppref ); pref->addPreference( tr( "PREF_PARAM" ), extgroup, LightApp_Preferences::String, "ExternalBrowser", "parameters" );