diff options
-rw-r--r-- | connectivity/source/drivers/kab/kcondition.hxx | 9 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/kfields.hxx | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/connectivity/source/drivers/kab/kcondition.hxx b/connectivity/source/drivers/kab/kcondition.hxx index b7e8271b90ca..78e8351f2791 100644 --- a/connectivity/source/drivers/kab/kcondition.hxx +++ b/connectivity/source/drivers/kab/kcondition.hxx @@ -4,9 +4,9 @@ * * $RCSfile: kcondition.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2006-07-06 14:23:11 $ + * last change: $Author: ihi $ $Date: 2006-08-01 10:24:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,8 +40,9 @@ #include <comphelper/types.hxx> #endif -#define KDE_HEADERS_WANT_KABC_ADDRESSEE -#include "kde_headers.hxx" +#ifndef INCLUDED_VCL_KDE_HEADERS_H +#include <vcl/kde_headers.h> +#endif #ifndef _DBHELPER_DBEXCEPTION_HXX_ #include <connectivity/dbexception.hxx> diff --git a/connectivity/source/drivers/kab/kfields.hxx b/connectivity/source/drivers/kab/kfields.hxx index 1aec1d5aa537..7d89f8ad1f90 100644 --- a/connectivity/source/drivers/kab/kfields.hxx +++ b/connectivity/source/drivers/kab/kfields.hxx @@ -4,9 +4,9 @@ * * $RCSfile: kfields.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2006-07-06 14:23:42 $ + * last change: $Author: ihi $ $Date: 2006-08-01 10:25:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,9 @@ #ifndef _CONNECTIVITY_KAB_FIELDS_HXX_ #define _CONNECTIVITY_KAB_FIELDS_HXX_ -#define KDE_HEADERS_WANT_KABC_FIELD -#include "kde_headers.hxx" +#ifndef INCLUDED_VCL_KDE_HEADERS_H +#include <vcl/kde_headers.h> +#endif #ifndef _DBHELPER_DBEXCEPTION_HXX_ #include <connectivity/dbexception.hxx> |