From ba3c6b3cedc8175071ce776a4813bc350869c56d Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 6 Jul 2007 16:45:58 +0000 Subject: [PATCH] Porting to Qt 4 --- src/LightApp/LightApp_Application.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); -- 2.39.2