Branch libreoffice-5-0-4
[LibreOffice.git] / include / shell / kde_headers.h
blob9b4eeac8d1513dd81ebc92e34801e69112add21f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef INCLUDED_SHELL_KDE_HEADERS_H
21 #define INCLUDED_SHELL_KDE_HEADERS_H
23 #include <config_vclplug.h>
25 #if ENABLE_TDE
27 #include <shell/tde_headers.h>
29 #else // ENABLE_TDE
31 /* ********* Suppress warnings if needed */
32 #include <sal/config.h>
34 #include <cstddef>
36 #if defined __GNUC__
37 #pragma GCC system_header
38 #endif
40 /* ********* Qt headers */
41 #include <qaccessible.h>
42 #include <qcheckbox.h>
43 #include <qcombobox.h>
44 #include <qfont.h>
45 #include <qframe.h>
46 #include <qlineedit.h>
47 #include <qlistview.h>
48 #include <qmainwindow.h>
49 #include <qmenudata.h>
50 #include <qpaintdevice.h>
51 #include <qpainter.h>
52 #include <qpushbutton.h>
53 #include <qradiobutton.h>
54 #include <qrangecontrol.h>
55 #include <qstring.h>
56 #include <qtabbar.h>
57 #include <qtabwidget.h>
58 #include <qtoolbar.h>
59 #include <qtoolbutton.h>
60 #include <qwidget.h>
61 #include <qprogressbar.h>
63 /* ********* See hack on top of this file */
64 #undef Region
67 /* ********* KDE base headers */
68 #include <kaboutdata.h>
69 #include <kapplication.h>
70 #include <kcmdlineargs.h>
71 #include <kconfig.h>
72 #include <kdeversion.h>
73 #include <kemailsettings.h>
74 #include <kglobal.h>
75 #include <kglobalsettings.h>
76 #include <klocale.h>
77 #include <kmainwindow.h>
78 #include <kmenubar.h>
79 #include <kprotocolmanager.h>
80 #include <kstartupinfo.h>
81 #include <kstyle.h>
84 /* ********* KDE address book connectivity headers */
85 #include <kabc/addressbook.h>
86 #include <kabc/addressee.h>
87 #include <kabc/field.h>
88 #include <kabc/stdaddressbook.h>
90 #endif // ENABLE_TDE
92 #endif
94 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */