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