Salome HOME
updated copyright message
[modules/shaper.git] / src / XGUI / XGUI_PropertyDialog.cpp
index 226d73a7d3cfdbadb1480ca70e3ae93a7d874e40..0e0dc0bd878bca340be98f80fe6b58a13a701ace 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#include <XGUI_PropertyDialog.h>
+#include "XGUI_PropertyDialog.h"
+#include <ModuleBase_Tools.h>
 
 #include <QDialogButtonBox>
 #include <QLabel>
 #include <QGridLayout>
 
 XGUI_PropertyDialog::XGUI_PropertyDialog(QWidget* theParent)
-: QDialog(theParent), myContentWidget(0)
+: QDialog(theParent, Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint),
+  myContentWidget(0)
 {
   myLayout = new QGridLayout(this);