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_VCL_KDE_HEADERS_H
21 #define INCLUDED_VCL_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
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>
51 #include <qlineedit.h>
52 #include <qlistview.h>
53 #include <qmainwindow.h>
54 #include <qmenudata.h>
55 #include <qpaintdevice.h>
57 #include <qpushbutton.h>
58 #include <qradiobutton.h>
59 #include <qrangecontrol.h>
62 #include <qtabwidget.h>
64 #include <qtoolbutton.h>
66 #include <qprogressbar.h>
68 /* ********* See hack on top of this file */
72 /* ********* KDE base headers */
73 #include <kaboutdata.h>
74 #include <kapplication.h>
75 #include <kcmdlineargs.h>
77 #include <kdeversion.h>
78 #include <kemailsettings.h>
80 #include <kglobalsettings.h>
82 #include <kmainwindow.h>
84 #include <kprotocolmanager.h>
85 #include <kstartupinfo.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>
99 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */