X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Preferences_ColorDlg.h;h=850dde89a474cc9849abad6a3eab71e54036be07;hp=5ad2c5403273fffd590ce191da4934519269424b;hb=9d11375af40826e967ab2c3bcb77d1f9d439c90c;hpb=c38c10811a065cf5b13e8807ed71864d92ca7d80 diff --git a/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h b/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h index 5ad2c5403..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,6 +29,8 @@ #ifndef SMESHGUI_PREFERENCES_COLORDLG_H #define SMESHGUI_PREFERENCES_COLORDLG_H +#include "SMESH_SMESHGUI.hxx" + // SALOME Includes //#include "SUIT_Config.h" //#include "SUIT_Settings.h" @@ -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);