Branch libreoffice-5-0-4
[LibreOffice.git] / include / shell / tde_defines.h
blob0bf40fe407ddfd8f9c7172c96c9e780b6fa505fe
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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/.
8 */
9 /*
10 * Copyright (C) 2012, Timothy Pearson <kb9vqf@pearsoncomputing.net>
13 #ifndef INCLUDED_SHELL_TDE_DEFINES_H
14 #define INCLUDED_SHELL_TDE_DEFINES_H
16 #define QObject TQObject
17 #define QWidget TQWidget
18 #define QVBox TQVBox
19 #define QHBox TQHBox
20 #define QGrid TQGrid
21 #define QString TQString
22 #define QStringList TQStringList
23 #define QCustomEvent TQCustomEvent
24 #define QMutex TQMutex
25 #define QEvent TQEvent
26 #define QFont TQFont
27 #define QDateTime TQDateTime
28 #define QThread TQThread
29 #define QStyle TQStyle
30 #define QApplication TQApplication
31 #define QRect TQRect
32 #define QProgressBar TQProgressBar
33 #define QPopupMenu TQPopupMenu
34 #define QMenuBar TQMenuBar
35 #define QToolButton TQToolButton
36 #define QToolBar TQToolBar
37 #define QScrollBar TQScrollBar
38 #define QListView TQListView
39 #define QSpinWidget TQSpinWidget
40 #define QScrollBar TQScrollBar
41 #define QLineEdit TQLineEdit
42 #define QComboBox TQComboBox
43 #define QCheckBox TQCheckBox
44 #define QRadioButton TQRadioButton
45 #define QPushButton TQPushButton
46 #define QPainter TQPainter
47 #define QResizeEvent TQResizeEvent
48 #define QShowEvent TQShowEvent
49 #define QPoint TQPoint
50 #define QDialog TQDialog
51 #define QFile TQFile
52 #define QLabel TQLabel
53 #define QObjectList TQObjectList
54 #define QCString TQCString
55 #define QRegExp TQRegExp
56 #define QSessionManager TQSessionManager
57 #define QPaintDevice TQPaintDevice
58 #define QTextIStream TQTextIStream
59 #define QTextStream TQTextStream
60 #define QMutexLocker TQMutexLocker
61 #define QValueList TQValueList
62 #define QTab TQTab
63 #define QTabBar TQTabBar
64 #define QTabWidget TQTabWidget
65 #define QMainWindow TQMainWindow
66 #define QPixmap TQPixmap
67 #define QColorGroup TQColorGroup
68 #define QStyleOption TQStyleOption
69 #define QSize TQSize
70 #define QMenuItem TQMenuItem
71 #define QFontInfo TQFontInfo
73 #define qSwap tqSwap
74 #define qt_cast tqt_cast
75 #define qt_xdisplay tqt_xdisplay
76 #define qVersion tqVersion
78 #define KAboutData TDEAboutData
79 #define KApplication TDEApplication
80 #define KCmdLineArgs TDECmdLineArgs
81 #define KConfig TDEConfig
82 #define KGlobal TDEGlobal
83 #define KGlobalSettings TDEGlobalSettings
84 #define KMainWindow TDEMainWindow
85 #define KStartupInfo TDEStartupInfo
86 #define KStyle TDEStyle
87 #define KToolBar TDEToolBar
89 #define drawKStylePrimitive drawTDEStylePrimitive
91 #define KIO TDEIO
92 #define KABC TDEABC
94 #endif
96 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */