Salome HOME
Merging with WPdev
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Preferences_ColorDlg.h
index 5ad2c5403273fffd590ce191da4934519269424b..850dde89a474cc9849abad6a3eab71e54036be07 100644 (file)
@@ -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);