Salome HOME
Merging with WPdev
[modules/geom.git] / src / GEOMBase / GEOMBase_aParameterDlg.h
index e14d9dbda9ef3c2f2963f41d11c7229feb71675f..8dc1773f7015978af67821314122bb0fb639e5e3 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
 //
 //
 //
 #ifndef GEOMBase_aParameterDLG_H
 #define GEOMBase_aParameterDLG_H
 
+#include "GEOM_GEOMBase.hxx"
+
 #include <qdialog.h>
 
 class QPushButton;
-class QAD_SpinBoxDbl;
+class QtxDblSpinBox;
 
 //=================================================================================
 // class    : GEOMBase_aParameterDlg
 // purpose  :
 //=================================================================================
-class GEOMBase_aParameterDlg : public QDialog
+class GEOMBASE_EXPORT GEOMBase_aParameterDlg : public QDialog
 { 
     Q_OBJECT
 
@@ -52,7 +54,7 @@ public:
 private:
     QPushButton* myButtonOk;
     QPushButton* myButtonCancel;
-    QAD_SpinBoxDbl* mySpinBox;
+    QtxDblSpinBox* mySpinBox;
 
 };