X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARDGUI%2FMonEditFile.h;h=4265b0861a56783840487cf332221b8f21dcb408;hb=refs%2Ftags%2FV9_13_0b1;hp=ebb2b5df931566348f35d92439d0290b994b5d5e;hpb=e436055a64b079390666c86f8ce48a892acba309;p=modules%2Fhomard.git diff --git a/src/HOMARDGUI/MonEditFile.h b/src/HOMARDGUI/MonEditFile.h index ebb2b5df..4265b086 100644 --- a/src/HOMARDGUI/MonEditFile.h +++ b/src/HOMARDGUI/MonEditFile.h @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2013 CEA/DEN, EDF R&D +// Copyright (C) 2011-2024 CEA, EDF // // 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 @@ -20,6 +20,7 @@ #ifndef MON_EDITFILE_H #define MON_EDITFILE_H +#include "HOMARDGUI_Exports.hxx" #include #include "SALOME_Selection.h" @@ -29,13 +30,13 @@ #include CORBA_CLIENT_HEADER(HOMARD_Gen) #include CORBA_CLIENT_HEADER(HOMARD_Cas) -#include "EditFile.h" +#include "ui_EditFile.h" #include class QListBox; class QDialog; -class MonEditFile : public QWidget, public Ui_EditFile +class HOMARD_EXPORT MonEditFile : public QWidget, public Ui_EditFile { Q_OBJECT