X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_SpinBox.h;h=604fe8042c74f31664a84a9029fe61b8fda79d85;hb=386d271df8cddc73d50c86fa74085316b2535fd4;hp=4be468aca02f3840cdf3a0134ae4fe28ccf6c96e;hpb=7b09f5b72c15b7fdc3d000ed486d98a157faaba0;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_SpinBox.h b/src/SMESHGUI/SMESHGUI_SpinBox.h index 4be468aca..604fe8042 100644 --- a/src/SMESHGUI/SMESHGUI_SpinBox.h +++ b/src/SMESHGUI/SMESHGUI_SpinBox.h @@ -30,7 +30,7 @@ #include "SMESH_SMESHGUI.hxx" // SALOME GUI includes -#include +#include #define COORD_MIN -1e+15 #define COORD_MAX +1e+15 @@ -43,7 +43,7 @@ class QDoubleValidator; // class : SMESHGUI_SpinBox // purpose : Derivated from QtxDoubleSpinBox class //================================================================================= -class SMESHGUI_EXPORT SMESHGUI_SpinBox : public QtxDoubleSpinBox +class SMESHGUI_EXPORT SMESHGUI_SpinBox : public SalomeApp_DoubleSpinBox { Q_OBJECT