Salome HOME
Merge remote branch 'origin/V8_5_asterstudy'
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_FileInfoDlg.h
index dee3e0764a73ed3b60c98505d4e2a11b6298251e..a08ce0e3c8923abbf78be753f3ec0de20f900c18 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  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
 #include <QtxDialog.h>
 
 #include <SALOMEconfig.h>
-#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();
 };