/* -*- 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: */ value='distro/collabora/cd-5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-03make some classes module-privateNoel Grandin
2017-11-17Notebookbar: PriorityMergedHBox, OptionalBoxSzymon Kłos
2017-04-12Notebookbar: remove dependency between all containers and IPrioritableSzymon Kłos
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-08loplugin:unnecessaryvirtualNoel Grandin
2016-07-27cppcheck: noExplicitConstructorCaolán McNamara