1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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>
27 #include <shell/tde_headers.h>
31 /* ********* Suppress warnings if needed */
32 #include <sal/config.h>
37 #pragma GCC system_header
40 /* ********* Qt headers */
41 #include <qaccessible.h>
42 #include <qcheckbox.h>
43 #include <qcombobox.h>
46 #include <qlineedit.h>
47 #include <qlistview.h>
48 #include <qmainwindow.h>
49 #include <qmenudata.h>
50 #include <qpaintdevice.h>
52 #include <qpushbutton.h>
53 #include <qradiobutton.h>
54 #include <qrangecontrol.h>
57 #include <qtabwidget.h>
59 #include <qtoolbutton.h>
61 #include <qprogressbar.h>
63 /* ********* See hack on top of this file */
67 /* ********* KDE base headers */
68 #include <kaboutdata.h>
69 #include <kapplication.h>
70 #include <kcmdlineargs.h>
72 #include <kdeversion.h>
73 #include <kemailsettings.h>
75 #include <kglobalsettings.h>
77 #include <kmainwindow.h>
79 #include <kprotocolmanager.h>
80 #include <kstartupinfo.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>
94 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */