Salome HOME
Porting to Qt4.
[modules/geom.git] / src / GEOMGUI / GEOMGUI.h
index 69a9bb66340fa7544d2df41314c4bcf0d30349ab..e6b39516f73af11e2520ac9d63e236af6a0d0dca 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
 //
 //
 //
@@ -29,7 +29,9 @@
 #if !defined( __GEOMGUI_H )
 #define __GEOMGUI_H
 
-#include <qobject.h>
+#include "GEOM_GEOMGUI.hxx"
+
+#include <QObject>
 
 class SUIT_Desktop;
 class SUIT_ViewWindow;
@@ -37,21 +39,11 @@ class QMouseEvent;
 class QKeyEvent;
 class GeometryGUI;
 
-//#ifdef WNT
-//#include <SALOME_WNT.hxx>
-//#else
-//#define SALOME_WNT_EXPORT
-//#endif
-#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
-#define GEOMGUI_WNT_EXPORT __declspec( dllexport )
-#else
-#define GEOMGUI_WNT_EXPORT
-#endif
 //=================================================================================
 // class    : GEOMGUI
 // purpose  : Base class for all geometry GUI subclasses
 //=================================================================================
-class GEOMGUI_WNT_EXPORT GEOMGUI : public QObject
+class GEOMGUI_EXPORT GEOMGUI : public QObject
 {
 public :
   // Constructor