X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMGUI%2FGEOMGUI.h;h=e6b39516f73af11e2520ac9d63e236af6a0d0dca;hb=8b645f521e38dedf374122e23f28450e05399405;hp=69a9bb66340fa7544d2df41314c4bcf0d30349ab;hpb=409b095d2575bc03423b699dd4416d1d12e53998;p=modules%2Fgeom.git diff --git a/src/GEOMGUI/GEOMGUI.h b/src/GEOMGUI/GEOMGUI.h index 69a9bb663..e6b39516f 100644 --- a/src/GEOMGUI/GEOMGUI.h +++ b/src/GEOMGUI/GEOMGUI.h @@ -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 +#include "GEOM_GEOMGUI.hxx" + +#include class SUIT_Desktop; class SUIT_ViewWindow; @@ -37,21 +39,11 @@ class QMouseEvent; class QKeyEvent; class GeometryGUI; -//#ifdef WNT -//#include -//#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