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/.
10 * Copyright (C) 2012, Timothy Pearson <kb9vqf@pearsoncomputing.net>
13 #ifndef INCLUDED_SHELL_TDE_HEADERS_H
14 #define INCLUDED_SHELL_TDE_HEADERS_H
16 /* ********* Suppress warnings if needed */
17 #include <sal/config.h>
22 #pragma GCC system_header
26 /* ********* Hack, but needed because of conflicting types... */
27 #define Region TQtXRegion
30 /* ********* TQt headers */
31 #include <tqaccessible.h>
32 #include <tqcheckbox.h>
33 #include <tqcombobox.h>
36 #include <tqlineedit.h>
37 #include <tqlistview.h>
38 #include <tqmainwindow.h>
39 #include <tqmenudata.h>
40 #include <tqpaintdevice.h>
41 #include <tqpainter.h>
42 #include <tqpushbutton.h>
43 #include <tqradiobutton.h>
44 #include <tqrangecontrol.h>
47 #include <tqtabwidget.h>
48 #include <tqtoolbar.h>
49 #include <tqtoolbutton.h>
51 #include <tqprogressbar.h>
53 /* ********* See hack on top of this file */
57 /* ********* TDE base headers */
58 #include <tdeaboutdata.h>
59 #include <tdeapplication.h>
60 #include <tdecmdlineargs.h>
61 #include <tdeconfig.h>
62 #include <tdeversion.h>
63 #include <tdeemailsettings.h>
64 #include <tdeglobal.h>
65 #include <tdeglobalsettings.h>
66 #include <tdelocale.h>
67 #include <tdemainwindow.h>
68 #include <tdemenubar.h>
69 #include <tdeprotocolmanager.h>
70 #include <tdestartupinfo.h>
74 /* ********* TDE address book connectivity headers */
75 #include <tdeabc/addressbook.h>
76 #include <tdeabc/addressee.h>
77 #include <tdeabc/field.h>
78 #include <tdeabc/stdaddressbook.h>
80 #include <shell/tde_defines.h>
84 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */