Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / DlgRef / DlgRef_2Sel2Spin_QTD.h
index 7ccf497d450b1d49f440f91263e18ac5919d488d..bc5157559db48499815776fbe8c4612c5e6228c7 100644 (file)
@@ -28,6 +28,8 @@
 #ifndef DLGREF_2SEL2SPIN_QTD_H
 #define DLGREF_2SEL2SPIN_QTD_H
 
+#include "GEOM_DlgRef.hxx"
+
 #include <qvariant.h>
 #include <qwidget.h>
 class QVBoxLayout; 
@@ -39,13 +41,7 @@ class QLineEdit;
 class QPushButton;
 class QSpinBox;
 
-#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
-#define DLGREF_WNT_EXPORT __declspec( dllexport )
-#else
-#define DLGREF_WNT_EXPORT
-#endif
-
-class DLGREF_WNT_EXPORT DlgRef_2Sel2Spin_QTD : public QWidget
+class GEOM_DLGREF_EXPORT DlgRef_2Sel2Spin_QTD : public QWidget
 { 
     Q_OBJECT