/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* * Copyright (C) 2012, Timothy Pearson */ #ifndef INCLUDED_SHELL_TDE_HEADERS_H #define INCLUDED_SHELL_TDE_HEADERS_H /* ********* Suppress warnings if needed */ #include #include #if defined __GNUC__ #pragma GCC system_header #endif /* ********* Hack, but needed because of conflicting types... */ #define Region TQtXRegion /* ********* TQt headers */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* ********* See hack on top of this file */ #undef Region /* ********* TDE base headers */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* ********* TDE address book connectivity headers */ #include #include #include #include #include #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */