X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Preferences_ColorDlg.h;h=43702b2acfcf5289bab0e8700d0d7ad30a180bad;hp=1f5afc3c5dba42f7b8cd6f647990584e5bdc2dd8;hb=d89db6381da9e4b1a7827239bd6997b06992a73d;hpb=8b4ba0cdff7660465a9ea7b26ef0df0757afed97 diff --git a/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h b/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h index 1f5afc3c5..43702b2ac 100644 --- a/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h +++ b/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h @@ -1,18 +1,37 @@ -// File : SMESHGUI_Preferences_ColorDlg.h -// Created : Mon Jun 17 19:11:46 2002 -// Author : Nicolas REJNERI - -// Project : SALOME -// Module : SMESH -// Copyright : Open CASCADE 2002 +// SMESH SMESHGUI : GUI for SMESH component +// +// 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 +// +// +// +// File : SMESHGUI_Preferences_ColorDlg.h +// Author : Nicolas REJNERI +// Module : SMESH // $Header$ #ifndef SMESHGUI_PREFERENCES_COLORDLG_H #define SMESHGUI_PREFERENCES_COLORDLG_H // SALOME Includes -#include "QAD_Config.h" -#include "QAD_Settings.h" +//#include "SUIT_Config.h" +//#include "SUIT_Settings.h" // IDL Headers #include @@ -34,7 +53,7 @@ class SMESHGUI_Preferences_ColorDlg : public QDialog Q_OBJECT public: - SMESHGUI_Preferences_ColorDlg( QWidget* parent = 0, const char* name = 0 ); + SMESHGUI_Preferences_ColorDlg( SMESHGUI*, const char* name = 0 ); ~SMESHGUI_Preferences_ColorDlg(); void SetColor(int type, QColor color);