merge the formfield patch from ooo-build
[ooovba.git] / vcl / unx / inc / kde_headers.h
blob75c362967db4b9d27693fbd1cbb6f7789458f5db
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: kde_headers.h,v $
10 * $Revision: 1.6 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef INCLUDED_VCL_KDE_HEADERS_H
32 #define INCLUDED_VCL_KDE_HEADERS_H
34 /* ********* Suppress warnings if needed */
35 #include "sal/config.h"
37 #if defined __GNUC__
38 #pragma GCC system_header
39 #endif
42 /* ********* Hack, but needed because of conflicting types... */
43 #define Region QtXRegion
46 /* ********* Qt headers */
47 #include <qaccessible.h>
48 #include <qcheckbox.h>
49 #include <qcombobox.h>
50 #include <qfont.h>
51 #include <qframe.h>
52 #include <qlineedit.h>
53 #include <qlistview.h>
54 #include <qmainwindow.h>
55 #include <qmenudata.h>
56 #include <qpaintdevice.h>
57 #include <qpainter.h>
58 #include <qpushbutton.h>
59 #include <qradiobutton.h>
60 #include <qrangecontrol.h>
61 #include <qstring.h>
62 #include <qtabbar.h>
63 #include <qtabwidget.h>
64 #include <qtoolbar.h>
65 #include <qtoolbutton.h>
66 #include <qwidget.h>
67 #include <qprogressbar.h>
69 /* ********* See hack on top of this file */
70 #undef Region
73 /* ********* KDE base headers */
74 #include <kaboutdata.h>
75 #include <kapplication.h>
76 #include <kcmdlineargs.h>
77 #include <kconfig.h>
78 #include <kdeversion.h>
79 #include <kemailsettings.h>
80 #include <kglobal.h>
81 #include <kglobalsettings.h>
82 #include <klocale.h>
83 #include <kmainwindow.h>
84 #include <kmenubar.h>
85 #include <kprotocolmanager.h>
86 #include <kstartupinfo.h>
87 #include <kstyle.h>
90 /* ********* KDE address book connectivity headers */
91 #include <kabc/addressbook.h>
92 #include <kabc/addressee.h>
93 #include <kabc/field.h>
94 #include <kabc/stdaddressbook.h>
97 #endif