Salome HOME
NPAL17269: Performance pb. when creating a group with GUI.
[modules/geom.git] / src / DlgRef / DlgRef_1Sel3Spin_QTD.h
index 600c8513ba477934ee43870cec47b5ad8edfb121..61b0d21f0d578b6caf8aef9ef26d409174a52288 100644 (file)
@@ -28,6 +28,8 @@
 #ifndef DLGREF_1SEL3SPIN_QTD_H
 #define DLGREF_1SEL3SPIN_QTD_H
 
+#include "GEOM_DlgRef.hxx"
+
 #include <qvariant.h>
 #include <qwidget.h>
 class QVBoxLayout; 
@@ -38,12 +40,8 @@ class QLabel;
 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_1Sel3Spin_QTD : public QWidget
+
+class GEOM_DLGREF_EXPORT DlgRef_1Sel3Spin_QTD : public QWidget
 { 
     Q_OBJECT