From 62836eb86ffc2d1a9a51a5a284fe26ca307e619f Mon Sep 17 00:00:00 2001 From: mkr Date: Mon, 25 Jun 2007 08:10:37 +0000 Subject: [PATCH] Porting to Qt4. --- src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx b/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx index 5fece2786..8567371be 100644 --- a/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx +++ b/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx @@ -146,7 +146,7 @@ SalomeApp_StudyPropertiesDlg::SalomeApp_StudyPropertiesDlg(QWidget* parent) setWindowTitle(tr("TLT_STUDY_PROPERTIES")); setSizeGripEnabled( true ); - //clearWFlags(Qt::WindowContextHelpButtonHint); + setWindowFlags( windowFlags() ^ QFlags(!Qt::WindowContextHelpButtonHint) ); QGridLayout* mainLayout = new QGridLayout(this); mainLayout->setMargin(DEFAULT_MARGIN); -- 2.39.2