bump product version to 4.1.6.2
[LibreOffice.git] / include / shell / kde_headers.h
blob3ca3fa69ef26aee6c6548eba7eae1471a00cdf09
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_VCL_KDE_HEADERS_H
21 #define INCLUDED_VCL_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
41 /* ********* Hack, but needed because of conflicting types... */
42 #define Region QtXRegion
45 /* ********* Qt headers */
46 #include <qaccessible.h>
47 #include <qcheckbox.h>
48 #include <qcombobox.h>
49 #include <qfont.h>
50 #include <qframe.h>
51 #include <qlineedit.h>
52 #include <qlistview.h>
53 #include <qmainwindow.h>
54 #include <qmenudata.h>
55 #include <qpaintdevice.h>
56 #include <qpainter.h>
57 #include <qpushbutton.h>
58 #include <qradiobutton.h>
59 #include <qrangecontrol.h>
60 #include <qstring.h>
61 #include <qtabbar.h>
62 #include <qtabwidget.h>
63 #include <qtoolbar.h>
64 #include <qtoolbutton.h>
65 #include <qwidget.h>
66 #include <qprogressbar.h>
68 /* ********* See hack on top of this file */
69 #undef Region
72 /* ********* KDE base headers */
73 #include <kaboutdata.h>
74 #include <kapplication.h>
75 #include <kcmdlineargs.h>
76 #include <kconfig.h>
77 #include <kdeversion.h>
78 #include <kemailsettings.h>
79 #include <kglobal.h>
80 #include <kglobalsettings.h>
81 #include <klocale.h>
82 #include <kmainwindow.h>
83 #include <kmenubar.h>
84 #include <kprotocolmanager.h>
85 #include <kstartupinfo.h>
86 #include <kstyle.h>
89 /* ********* KDE address book connectivity headers */
90 #include <kabc/addressbook.h>
91 #include <kabc/addressee.h>
92 #include <kabc/field.h>
93 #include <kabc/stdaddressbook.h>
95 #endif // ENABLE_TDE
97 #endif
99 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */