]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/DlgRef/DlgRef_SpinBox.h
Salome HOME
SMH: Merged GEOM (NEWGUI, HEAD, POLYWORK)
[modules/geom.git] / src / DlgRef / DlgRef_SpinBox.h
index eec1c40e5ba767e07794df6f6e2e51a9989a7a54..a2659a6f4f78d160d062930359605779d6a8a5c4 100644 (file)
 #ifndef  GEOMSPINBOX_H
 #define  GEOMSPINBOX_H
 
-#include "QAD_SpinBoxDbl.h" 
+#include "QtxDblSpinBox.h"
 
 //=================================================================================
 // class    : DlgRef_SpinBox
 // purpose  : Derivated from QSpinBox class and modified to accept floats
 //=================================================================================
-class DlgRef_SpinBox : public QAD_SpinBoxDbl
+class DlgRef_SpinBox : public QtxDblSpinBox
 {
   Q_OBJECT