X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Preferences_ColorDlg.h;h=850dde89a474cc9849abad6a3eab71e54036be07;hb=07ec002dfd20ec187228e11533e8e2135eca08fd;hp=296312ab038ca354385d6165cdc2934a7ce8c1c1;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h b/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h index 296312ab0..850dde89a 100644 --- a/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h +++ b/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h @@ -17,7 +17,7 @@ // 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 +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -29,9 +29,11 @@ #ifndef SMESHGUI_PREFERENCES_COLORDLG_H #define SMESHGUI_PREFERENCES_COLORDLG_H +#include "SMESH_SMESHGUI.hxx" + // SALOME Includes -#include "QAD_Config.h" -#include "QAD_Settings.h" +//#include "SUIT_Config.h" +//#include "SUIT_Settings.h" // IDL Headers #include @@ -48,12 +50,12 @@ class QSpinBox; class QColor; class SMESHGUI; -class SMESHGUI_Preferences_ColorDlg : public QDialog +class SMESHGUI_EXPORT 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);