X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTOOLSGUI%2FToolsGUI_CatalogGeneratorDlg.h;h=78f14fecff137b1adcea9c3cab8634c46e146989;hb=refs%2Fheads%2Fngr%2Fpython3_dev_pv5.4;hp=9d474ac67fe1d2ecb15fe586a1be9fc3a72ffb6c;hpb=2e750f9ded92337bc3c44e9d7388180974cc4a43;p=modules%2Fgui.git diff --git a/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.h b/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.h index 9d474ac67..78f14fecf 100755 --- a/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.h +++ b/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.h @@ -1,49 +1,45 @@ -// SALOME TOOLSGUI : implementation of desktop "Tools" optioins +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// +// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +// +// 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, or (at your option) any later version. // -// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// -// 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. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + +// SALOME TOOLSGUI : implementation of desktop "Tools" optioins // File : ToolsGUI_CatalogGeneratorDlg.h // Author : Nicolas REJNERI -// Module : SALOME -// $Header$ +// +#ifndef TOOLSGUI_CATALOGGENERATORDLG_H +#define TOOLSGUI_CATALOGGENERATORDLG_H -#ifndef DIALOGBOX_TOOLSGUI_CATALOGGENERATORDLG_H -#define DIALOGBOX_TOOLSGUI_CATALOGGENERATORDLG_H +#include "ToolsGUI.h" -#include +#include class QLineEdit; class QPushButton; -//================================================================================= -// class : ToolsGUI_CatalogGeneratorDlg -// purpose : -//================================================================================= -class ToolsGUI_CatalogGeneratorDlg : public QDialog +class TOOLSGUI_EXPORT ToolsGUI_CatalogGeneratorDlg : public QDialog { Q_OBJECT public: - ToolsGUI_CatalogGeneratorDlg( QWidget* parent = 0, const char* name = 0 ); + ToolsGUI_CatalogGeneratorDlg( QWidget* parent = 0 ); ~ToolsGUI_CatalogGeneratorDlg(); QString getIdlPath(); @@ -80,4 +76,4 @@ private: QPushButton* myCloseBtn; }; -#endif // DIALOGBOX_TOOLSGUI_CATALOGGENERATORDLG_H +#endif // TOOLSGUI_CATALOGGENERATORDLG_H