diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-10 21:30:00 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-10 21:30:00 +0000 |
commit | 9e23ffe0589b41b2e1d652b00e0e9ab8893ee102 (patch) | |
tree | b04f87f17a20783773dd29e5b470145a1118961c /vcl/aqua | |
parent | 6d79b3a08b53ba100a53b012e2e78fb3c2db41dc (diff) |
Replaced <QD/QD.h> includes with <ApplicationServies/ApplicationServices.h> to work on Mac OS X Release Candidate version
Diffstat (limited to 'vcl/aqua')
-rwxr-xr-x | vcl/aqua/inc/salcolorutils.hxx | 6 | ||||
-rw-r--r-- | vcl/aqua/inc/salgdi.h | 6 | ||||
-rwxr-xr-x | vcl/aqua/inc/salpixmaputils.hxx | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/vcl/aqua/inc/salcolorutils.hxx b/vcl/aqua/inc/salcolorutils.hxx index b2f659e5a7f6..69d540cd9bd2 100755 --- a/vcl/aqua/inc/salcolorutils.hxx +++ b/vcl/aqua/inc/salcolorutils.hxx @@ -2,9 +2,9 @@ * * $RCSfile: salcolorutils.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: bmahbod $ $Date: 2001-02-14 19:39:47 $ + * last change: $Author: pluby $ $Date: 2001-03-10 22:30:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ #define _SV_SALCOLORUTILS_HXX #include <premac.h> -#include <QD/QD.h> +#include <ApplicationServices/ApplicationServices.h> #include <postmac.h> #ifndef _SV_SALBTYPE_HXX diff --git a/vcl/aqua/inc/salgdi.h b/vcl/aqua/inc/salgdi.h index cc72e6d6c312..44926735df62 100644 --- a/vcl/aqua/inc/salgdi.h +++ b/vcl/aqua/inc/salgdi.h @@ -2,9 +2,9 @@ * * $RCSfile: salgdi.h,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: bmahbod $ $Date: 2001-02-21 20:48:46 $ + * last change: $Author: pluby $ $Date: 2001-03-10 22:30:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ #define _SV_SALGDI_H #include <premac.h> -#include <QD/QD.h> +#include <ApplicationServices/ApplicationServices.h> #include <postmac.h> #ifndef _SV_SV_H diff --git a/vcl/aqua/inc/salpixmaputils.hxx b/vcl/aqua/inc/salpixmaputils.hxx index bf3e97652460..ef4ba2a92a96 100755 --- a/vcl/aqua/inc/salpixmaputils.hxx +++ b/vcl/aqua/inc/salpixmaputils.hxx @@ -2,9 +2,9 @@ * * $RCSfile: salpixmaputils.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: bmahbod $ $Date: 2001-02-14 19:39:48 $ + * last change: $Author: pluby $ $Date: 2001-03-10 22:30:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ #define _SV_SALPIXMAPUTILS_HXX #include <premac.h> -#include <QD/QD.h> +#include <ApplicationServices/ApplicationServices.h> #include <postmac.h> #ifndef _GEN_HXX |