summaryrefslogtreecommitdiff
path: root/include/shell
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-06-12 22:25:22 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-13 10:41:24 +0200
commit4ffdb6750fa7d656d249a745f9c6d5ba98353b14 (patch)
treeb76a1b0d910886e9e6519c6fa31d918d253ebc3e /include/shell
parent144edb88d29d397604010734f2d6c2e9d7626d1c (diff)
remove TDE integration (vclplug, address book, config backend)
It has ~no users, can't even be built on modern Linuxes, and it annoys folks who want to refactor VCL. Per ESC decision from 2017-06-08, remove --enable-tde and --enable-tdeab. Change-Id: I51ce4786f29f8fcac2e2bb2a654c41fbfbbd8afd Reviewed-on: https://gerrit.libreoffice.org/38718 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/shell')
-rw-r--r--include/shell/kde_headers.h94
-rw-r--r--include/shell/tde_defines.h96
-rw-r--r--include/shell/tde_headers.h84
3 files changed, 0 insertions, 274 deletions
diff --git a/include/shell/kde_headers.h b/include/shell/kde_headers.h
deleted file mode 100644
index 9b4eeac8d151..000000000000
--- a/include/shell/kde_headers.h
+++ /dev/null
@@ -1,94 +0,0 @@
-/* -*- 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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef INCLUDED_SHELL_KDE_HEADERS_H
-#define INCLUDED_SHELL_KDE_HEADERS_H
-
-#include <config_vclplug.h>
-
-#if ENABLE_TDE
-
-#include <shell/tde_headers.h>
-
-#else // ENABLE_TDE
-
-/* ********* Suppress warnings if needed */
-#include <sal/config.h>
-
-#include <cstddef>
-
-#if defined __GNUC__
-#pragma GCC system_header
-#endif
-
-/* ********* Qt headers */
-#include <qaccessible.h>
-#include <qcheckbox.h>
-#include <qcombobox.h>
-#include <qfont.h>
-#include <qframe.h>
-#include <qlineedit.h>
-#include <qlistview.h>
-#include <qmainwindow.h>
-#include <qmenudata.h>
-#include <qpaintdevice.h>
-#include <qpainter.h>
-#include <qpushbutton.h>
-#include <qradiobutton.h>
-#include <qrangecontrol.h>
-#include <qstring.h>
-#include <qtabbar.h>
-#include <qtabwidget.h>
-#include <qtoolbar.h>
-#include <qtoolbutton.h>
-#include <qwidget.h>
-#include <qprogressbar.h>
-
-/* ********* See hack on top of this file */
-#undef Region
-
-
-/* ********* KDE base headers */
-#include <kaboutdata.h>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
-#include <kconfig.h>
-#include <kdeversion.h>
-#include <kemailsettings.h>
-#include <kglobal.h>
-#include <kglobalsettings.h>
-#include <klocale.h>
-#include <kmainwindow.h>
-#include <kmenubar.h>
-#include <kprotocolmanager.h>
-#include <kstartupinfo.h>
-#include <kstyle.h>
-
-
-/* ********* KDE address book connectivity headers */
-#include <kabc/addressbook.h>
-#include <kabc/addressee.h>
-#include <kabc/field.h>
-#include <kabc/stdaddressbook.h>
-
-#endif // ENABLE_TDE
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/shell/tde_defines.h b/include/shell/tde_defines.h
deleted file mode 100644
index 0bf40fe407dd..000000000000
--- a/include/shell/tde_defines.h
+++ /dev/null
@@ -1,96 +0,0 @@
-/* -*- 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 <kb9vqf@pearsoncomputing.net>
- */
-
-#ifndef INCLUDED_SHELL_TDE_DEFINES_H
-#define INCLUDED_SHELL_TDE_DEFINES_H
-
-#define QObject TQObject
-#define QWidget TQWidget
-#define QVBox TQVBox
-#define QHBox TQHBox
-#define QGrid TQGrid
-#define QString TQString
-#define QStringList TQStringList
-#define QCustomEvent TQCustomEvent
-#define QMutex TQMutex
-#define QEvent TQEvent
-#define QFont TQFont
-#define QDateTime TQDateTime
-#define QThread TQThread
-#define QStyle TQStyle
-#define QApplication TQApplication
-#define QRect TQRect
-#define QProgressBar TQProgressBar
-#define QPopupMenu TQPopupMenu
-#define QMenuBar TQMenuBar
-#define QToolButton TQToolButton
-#define QToolBar TQToolBar
-#define QScrollBar TQScrollBar
-#define QListView TQListView
-#define QSpinWidget TQSpinWidget
-#define QScrollBar TQScrollBar
-#define QLineEdit TQLineEdit
-#define QComboBox TQComboBox
-#define QCheckBox TQCheckBox
-#define QRadioButton TQRadioButton
-#define QPushButton TQPushButton
-#define QPainter TQPainter
-#define QResizeEvent TQResizeEvent
-#define QShowEvent TQShowEvent
-#define QPoint TQPoint
-#define QDialog TQDialog
-#define QFile TQFile
-#define QLabel TQLabel
-#define QObjectList TQObjectList
-#define QCString TQCString
-#define QRegExp TQRegExp
-#define QSessionManager TQSessionManager
-#define QPaintDevice TQPaintDevice
-#define QTextIStream TQTextIStream
-#define QTextStream TQTextStream
-#define QMutexLocker TQMutexLocker
-#define QValueList TQValueList
-#define QTab TQTab
-#define QTabBar TQTabBar
-#define QTabWidget TQTabWidget
-#define QMainWindow TQMainWindow
-#define QPixmap TQPixmap
-#define QColorGroup TQColorGroup
-#define QStyleOption TQStyleOption
-#define QSize TQSize
-#define QMenuItem TQMenuItem
-#define QFontInfo TQFontInfo
-
-#define qSwap tqSwap
-#define qt_cast tqt_cast
-#define qt_xdisplay tqt_xdisplay
-#define qVersion tqVersion
-
-#define KAboutData TDEAboutData
-#define KApplication TDEApplication
-#define KCmdLineArgs TDECmdLineArgs
-#define KConfig TDEConfig
-#define KGlobal TDEGlobal
-#define KGlobalSettings TDEGlobalSettings
-#define KMainWindow TDEMainWindow
-#define KStartupInfo TDEStartupInfo
-#define KStyle TDEStyle
-#define KToolBar TDEToolBar
-
-#define drawKStylePrimitive drawTDEStylePrimitive
-
-#define KIO TDEIO
-#define KABC TDEABC
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/shell/tde_headers.h b/include/shell/tde_headers.h
deleted file mode 100644
index c537ea381988..000000000000
--- a/include/shell/tde_headers.h
+++ /dev/null
@@ -1,84 +0,0 @@
-/* -*- 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 <kb9vqf@pearsoncomputing.net>
- */
-
-#ifndef INCLUDED_SHELL_TDE_HEADERS_H
-#define INCLUDED_SHELL_TDE_HEADERS_H
-
-/* ********* Suppress warnings if needed */
-#include <sal/config.h>
-
-#include <cstddef>
-
-#if defined __GNUC__
-#pragma GCC system_header
-#endif
-
-
-/* ********* Hack, but needed because of conflicting types... */
-#define Region TQtXRegion
-
-
-/* ********* TQt headers */
-#include <tqaccessible.h>
-#include <tqcheckbox.h>
-#include <tqcombobox.h>
-#include <tqfont.h>
-#include <tqframe.h>
-#include <tqlineedit.h>
-#include <tqlistview.h>
-#include <tqmainwindow.h>
-#include <tqmenudata.h>
-#include <tqpaintdevice.h>
-#include <tqpainter.h>
-#include <tqpushbutton.h>
-#include <tqradiobutton.h>
-#include <tqrangecontrol.h>
-#include <tqstring.h>
-#include <tqtabbar.h>
-#include <tqtabwidget.h>
-#include <tqtoolbar.h>
-#include <tqtoolbutton.h>
-#include <tqwidget.h>
-#include <tqprogressbar.h>
-
-/* ********* See hack on top of this file */
-#undef Region
-
-
-/* ********* TDE base headers */
-#include <tdeaboutdata.h>
-#include <tdeapplication.h>
-#include <tdecmdlineargs.h>
-#include <tdeconfig.h>
-#include <tdeversion.h>
-#include <tdeemailsettings.h>
-#include <tdeglobal.h>
-#include <tdeglobalsettings.h>
-#include <tdelocale.h>
-#include <tdemainwindow.h>
-#include <tdemenubar.h>
-#include <tdeprotocolmanager.h>
-#include <tdestartupinfo.h>
-#include <tdestyle.h>
-
-
-/* ********* TDE address book connectivity headers */
-#include <tdeabc/addressbook.h>
-#include <tdeabc/addressee.h>
-#include <tdeabc/field.h>
-#include <tdeabc/stdaddressbook.h>
-
-#include <shell/tde_defines.h>
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */