X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_FileInfoDlg.h;h=5ba0240f1e60ecb34620f0193d5309e4d76ba6ba;hb=2e6d41859930a694e6df9302898e9fab77809428;hp=a1264d9a242a1387051e3e0fc27010654deaeddc;hpb=bd8f1aee7c78f7d2eb82bd4fec5e08c9e3d280ce;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_FileInfoDlg.h b/src/SMESHGUI/SMESHGUI_FileInfoDlg.h index a1264d9a2..5ba0240f1 100644 --- a/src/SMESHGUI/SMESHGUI_FileInfoDlg.h +++ b/src/SMESHGUI/SMESHGUI_FileInfoDlg.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,14 +27,14 @@ #include #include -#include CORBA_CLIENT_HEADER(MED) +#include CORBA_CLIENT_HEADER(SMESH_Mesh) class SMESHGUI_FileInfoDlg : public QtxDialog { Q_OBJECT public: - SMESHGUI_FileInfoDlg( QWidget*, SALOME_MED::MedFileInfo* ); + SMESHGUI_FileInfoDlg( QWidget*, SMESH::MedFileInfo* ); virtual ~SMESHGUI_FileInfoDlg(); };