]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMToolsGUI/GEOMToolsGUI_TransparencyDlg.h
Salome HOME
Windows porting
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI_TransparencyDlg.h
index e0dff7b5bb6626465ccae544fd4d07a815d7aca4..a63b514b62d08244f95c1662889516eeaf867fdf 100644 (file)
 #define DIALOGBOX_TRANSPARENCYDLG_H
 
 #include <qdialog.h>
-
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define GEOMTOOLSGUI_WNT_EXPORT __declspec( dllexport )
+#else
+#define GEOMTOOLSGUI_WNT_EXPORT
+#endif
 class QSlider;
 
 //=================================================================================
@@ -38,7 +42,7 @@ class QSlider;
 // purpose  :
 //          : WARNING : that is a MODAL dialog.
 //=================================================================================
-class GEOMToolsGUI_TransparencyDlg : public QDialog
+class GEOMTOOLSGUI_WNT_EXPORT GEOMToolsGUI_TransparencyDlg : public QDialog
 { 
     Q_OBJECT
 
@@ -50,7 +54,7 @@ private :
   bool      myFirstInit ;   /* Inform for the first init  */
   QSlider*  mySlider; 
 
-private slots:      
+private slots: 
   void      ClickOnOk();
   void      ClickOnClose();
   void      ValueHasChanged( int ) ;