Salome HOME
*** empty log message ***
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Preferences_SelectionDlg.h
index a4edd3865689095bec7a7a7f9d14833e9dde8f2d..07b7a644ad7cf4aa239de22568ff0d6dde1c15f9 100644 (file)
@@ -38,6 +38,7 @@
 class QPushButton;
 class QSpinBox;
 class QColor;
+class SMESHGUI;
 
 class SMESHGUI_LineEdit : public QLineEdit
 {
@@ -72,7 +73,7 @@ class SMESHGUI_Preferences_SelectionDlg : public QDialog
     Q_OBJECT
 
 public:
-    SMESHGUI_Preferences_SelectionDlg( QWidget* parent = 0, const char* name = 0 );
+    SMESHGUI_Preferences_SelectionDlg( SMESHGUI*, const char* name = 0 );
     ~SMESHGUI_Preferences_SelectionDlg();
 
     void   SetColor(int type, QColor color);
@@ -89,6 +90,7 @@ private slots:
     void onSelectColor();
 
 private:
+    SMESHGUI*             mySMESHGUI;
     QPushButton*          myColor[3];
     QSpinBox*             myWidth[2];
     QLineEdit*            myPrecision[2];