diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 09:23:53 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 09:23:53 +0000 |
commit | 62a23fc5c2020c56066e7c95ebee56c232524d26 (patch) | |
tree | 3aebf4e13c2fe46b836b46fc266a43884fa88e5f /connectivity | |
parent | ec55d1d0dae3f45b20e63c1b7b956df4836c9c44 (diff) |
INTEGRATION: CWS kdeheaders (1.3.26); FILE MERGED
2006/07/28 14:44:12 ebischoff 1.3.26.1: Wrapping all KDE includes in a single header
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/kab/KDEInit.cxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/connectivity/source/drivers/kab/KDEInit.cxx b/connectivity/source/drivers/kab/KDEInit.cxx index 4e9fa9032e4e..f04531293a89 100644 --- a/connectivity/source/drivers/kab/KDEInit.cxx +++ b/connectivity/source/drivers/kab/KDEInit.cxx @@ -4,9 +4,9 @@ * * $RCSfile: KDEInit.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2006-07-06 14:10:11 $ + * last change: $Author: ihi $ $Date: 2006-08-01 10:23:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,12 +44,9 @@ #include <osl/process.h> #endif -#define KDE_HEADERS_WANT_KAPPLICATION -#define KDE_HEADERS_WANT_KCMDLINEARGS -#define KDE_HEADERS_WANT_KGLOBAL -#define KDE_HEADERS_WANT_KLOCALE -#define KDE_HEADERS_WANT_KDEVERSION -#include "kde_headers.hxx" +#ifndef INCLUDED_VCL_KDE_HEADERS_H +#include <vcl/kde_headers.h> +#endif namespace connectivity { |