xref: /aoo41x/main/shell/inc/kde_headers.h (revision 161f4cd1)
1*161f4cd1SAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*161f4cd1SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*161f4cd1SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*161f4cd1SAndrew Rist  * distributed with this work for additional information
6*161f4cd1SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*161f4cd1SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*161f4cd1SAndrew Rist  * "License"); you may not use this file except in compliance
9*161f4cd1SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*161f4cd1SAndrew Rist  *
11*161f4cd1SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*161f4cd1SAndrew Rist  *
13*161f4cd1SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*161f4cd1SAndrew Rist  * software distributed under the License is distributed on an
15*161f4cd1SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*161f4cd1SAndrew Rist  * KIND, either express or implied.  See the License for the
17*161f4cd1SAndrew Rist  * specific language governing permissions and limitations
18*161f4cd1SAndrew Rist  * under the License.
19*161f4cd1SAndrew Rist  *
20*161f4cd1SAndrew Rist  *************************************************************/
21*161f4cd1SAndrew Rist 
22*161f4cd1SAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir #ifndef INCLUDED_VCL_KDE_HEADERS_H
25cdf0e10cSrcweir #define INCLUDED_VCL_KDE_HEADERS_H
26cdf0e10cSrcweir 
27cdf0e10cSrcweir /* ********* Suppress warnings if needed */
28cdf0e10cSrcweir #include "sal/config.h"
29cdf0e10cSrcweir 
30cdf0e10cSrcweir #if defined __GNUC__
31cdf0e10cSrcweir #pragma GCC system_header
32cdf0e10cSrcweir #endif
33cdf0e10cSrcweir 
34cdf0e10cSrcweir 
35cdf0e10cSrcweir /* ********* Hack, but needed because of conflicting types... */
36cdf0e10cSrcweir #define Region QtXRegion
37cdf0e10cSrcweir 
38cdf0e10cSrcweir 
39cdf0e10cSrcweir /* ********* Qt headers */
40cdf0e10cSrcweir #include <qaccessible.h>
41cdf0e10cSrcweir #include <qcheckbox.h>
42cdf0e10cSrcweir #include <qcombobox.h>
43cdf0e10cSrcweir #include <qfont.h>
44cdf0e10cSrcweir #include <qframe.h>
45cdf0e10cSrcweir #include <qlineedit.h>
46cdf0e10cSrcweir #include <qlistview.h>
47cdf0e10cSrcweir #include <qmainwindow.h>
48cdf0e10cSrcweir #include <qmenudata.h>
49cdf0e10cSrcweir #include <qpaintdevice.h>
50cdf0e10cSrcweir #include <qpainter.h>
51cdf0e10cSrcweir #include <qpushbutton.h>
52cdf0e10cSrcweir #include <qradiobutton.h>
53cdf0e10cSrcweir #include <qrangecontrol.h>
54cdf0e10cSrcweir #include <qstring.h>
55cdf0e10cSrcweir #include <qtabbar.h>
56cdf0e10cSrcweir #include <qtabwidget.h>
57cdf0e10cSrcweir #include <qtoolbar.h>
58cdf0e10cSrcweir #include <qtoolbutton.h>
59cdf0e10cSrcweir #include <qwidget.h>
60cdf0e10cSrcweir #include <qprogressbar.h>
61cdf0e10cSrcweir 
62cdf0e10cSrcweir /* ********* See hack on top of this file */
63cdf0e10cSrcweir #undef Region
64cdf0e10cSrcweir 
65cdf0e10cSrcweir 
66cdf0e10cSrcweir /* ********* KDE base headers */
67cdf0e10cSrcweir #include <kaboutdata.h>
68cdf0e10cSrcweir #include <kapplication.h>
69cdf0e10cSrcweir #include <kcmdlineargs.h>
70cdf0e10cSrcweir #include <kconfig.h>
71cdf0e10cSrcweir #include <kdeversion.h>
72cdf0e10cSrcweir #include <kemailsettings.h>
73cdf0e10cSrcweir #include <kglobal.h>
74cdf0e10cSrcweir #include <kglobalsettings.h>
75cdf0e10cSrcweir #include <klocale.h>
76cdf0e10cSrcweir #include <kmainwindow.h>
77cdf0e10cSrcweir #include <kmenubar.h>
78cdf0e10cSrcweir #include <kprotocolmanager.h>
79cdf0e10cSrcweir #include <kstartupinfo.h>
80cdf0e10cSrcweir #include <kstyle.h>
81cdf0e10cSrcweir 
82cdf0e10cSrcweir 
83cdf0e10cSrcweir /* ********* KDE address book connectivity headers */
84cdf0e10cSrcweir #include <kabc/addressbook.h>
85cdf0e10cSrcweir #include <kabc/addressee.h>
86cdf0e10cSrcweir #include <kabc/field.h>
87cdf0e10cSrcweir #include <kabc/stdaddressbook.h>
88cdf0e10cSrcweir 
89cdf0e10cSrcweir 
90cdf0e10cSrcweir #endif
91