X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Preferences_SelectionDlg.h;h=b3326bfa489c971a1334109d48e50fa569f9a005;hp=a4edd3865689095bec7a7a7f9d14833e9dde8f2d;hb=c3dcb1d5ce71049bef3434d77e015095d92ff646;hpb=c3bf92bd87b770fd81631a3853f7f5bb1ac6a4e8 diff --git a/src/SMESHGUI/SMESHGUI_Preferences_SelectionDlg.h b/src/SMESHGUI/SMESHGUI_Preferences_SelectionDlg.h index a4edd3865..b3326bfa4 100644 --- a/src/SMESHGUI/SMESHGUI_Preferences_SelectionDlg.h +++ b/src/SMESHGUI/SMESHGUI_Preferences_SelectionDlg.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.salome-platorm.org or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -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];