You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqtinterface/qtinterface/tqt.h.cmake

2284 lines
78 KiB

/*
Copyright (C) 2010-2011 Timothy Pearson <kb9vqf@pearsoncomputing.net>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#ifndef TQT_H
#define TQT_H
#define USE_QT@QT_VERSION@
#ifndef TQT_VERSION_ONLY
#ifdef USE_QT4
#define QT3_SUPPORT
#endif
#ifdef TQT_METHOD
#undef TQT_METHOD
#endif
#ifdef TQT_SLOT
#undef TQT_SLOT
#endif
#ifdef TQT_SIGNAL
#undef TQT_SIGNAL
#endif
#ifdef __cplusplus
#define TQT_METHOD(a) METHOD(a)
#define TQT_SLOT(a) SLOT(a)
#define TQT_SIGNAL(a) SIGNAL(a)
#endif /* __cplusplus */
#ifdef USE_QT3
#cmakedefine HAVE_REAL_TQT 1
#ifdef HAVE_REAL_TQT
#include <ntqglobal.h>
#else /* HAVE_REAL_TQT */
#include <qglobal.h>
#endif /* HAVE_REAL_TQT */
#ifdef QT_NO_SQL
#define TQT_NO_SQL
#endif /* QT_NO_SQL */
#ifdef Q_WS_X11
#define TQ_WS_X11
#endif /* Q_WS_X11 */
#ifdef TQT_REAL_TQT
#define Qt TQt
#ifndef TQT_NO_COMPAT_NAMES
#define Q_OBJECT TQ_OBJECT
#endif /* TQT_NO_COMPAT_NAMES */
#else /* TQT_REAL_TQT */
#define TQ_OBJECT /* UNUSED */
#endif /* TQT_REAL_TQT */
#define TQ_INLINE_TEMPLATES Q_INLINE_TEMPLATES
#define TQ_DUMMY_COMPARISON_OPERATOR Q_DUMMY_COMPARISON_OPERATOR
#define TQ_REFCOUNT Q_REFCOUNT
#define TQ_TYPENAME Q_TYPENAME
#define TQ_BYTE_ORDER Q_BYTE_ORDER
#define TQ_LITTLE_ENDIAN Q_LITTLE_ENDIAN
#define TQ_BIG_ENDIAN Q_BIG_ENDIAN
#ifndef TQT_REAL_TQT
#define TQ_OVERRIDE Q_OVERRIDE
#define TQWIDGETSIZE_MAX QWIDGETSIZE_MAX
#define TQM_EXPORT_SQL QM_EXPORT_SQL
#define TQSIGNAL_CODE QSIGNAL_CODE
#define TQSLOT_CODE QSLOT_CODE
#define TQRESULT QRESULT
#define TQE_NOINTERFACE QE_NOINTERFACE
#define TQS_OK QS_OK
#define TQTSFUNC QTSFUNC
#define TQT_VERSION QT_VERSION
#define TQT_VERSION_STR QT_VERSION_STR
#define TQT_BUILD_KEY QT_BUILD_KEY
#define TQ_PACKED Q_PACKED
#define TQ_INT64_C Q_INT64_C
#define TQ_UINT64_C Q_UINT64_C
#define TQ_CHECK_PTR Q_CHECK_PTR
#define TQT_POINTER_SIZE QT_POINTER_SIZE
#define TQ_DISABLE_COPY Q_DISABLE_COPY
#define TQT_MODULE_DIALOGS QT_MODULE_DIALOGS
#define TQT_MODULE_ICONVIEW QT_MODULE_ICONVIEW
#define TQT_MODULE_WORKSPACE QT_MODULE_WORKSPACE
#define TQT_MODULE_NETWORK QT_MODULE_NETWORK
#define TQT_MODULE_CANVAS QT_MODULE_CANVAS
#define TQT_MODULE_TABLE QT_MODULE_TABLE
#define TQT_MODULE_XML QT_MODULE_XML
#define TQT_MODULE_OPENGL QT_MODULE_OPENGL
#define TQT_MODULE_SQL QT_MODULE_SQL
#define TQT_TR_FUNCTIONS QT_TR_FUNCTIONS
#define tqRound qRound
#define tqSwap qSwap
#define tqstrlen qstrlen
#define tqstrncmp qstrncmp
#define tqUncompress qUncompress
#define tqCopy qCopy
#define tqCopyBackward qCopyBackward
#define tqEqual qEqual
#define tqFill qFill
#define tqFind qFind
#define tqCount qCount
#define tqHash qHash
#define tqAppName qAppName
#define tqAppClass qAppClass
#endif
#define TQT_CHECK_INVALID_MAP_ELEMENT QT_CHECK_INVALID_MAP_ELEMENT
#define TQT_CLEAN_NAMESPACE QT_CLEAN_NAMESPACE
#define TQT_PRODUCT_LICENSEE QT_PRODUCT_LICENSEE
#define TQT_TRANSLATE_NOOP QT_TRANSLATE_NOOP
#ifndef TQT_REAL_TQT
#define TQ_StrongFocus QWidget::StrongFocus
#define TQ_NoFocus QWidget::NoFocus
#define TQ_WheelFocus QWidget::WheelFocus
#define TQ_ClickFocus QWidget::ClickFocus
#define TQ_TabFocus QWidget::TabFocus
#define TQ_FocusPolicy QWidget::FocusPolicy
#define TQ_ScaleFree QImage::ScaleFree
#define TQ_ScaleMin QImage::ScaleMin
#define TQ_ScaleMax QImage::ScaleMax
#define TQ_ScaleMode QImage::ScaleMode
#else
#define TQ_StrongFocus TQWidget::StrongFocus
#define TQ_NoFocus TQWidget::NoFocus
#define TQ_WheelFocus TQWidget::WheelFocus
#define TQ_ClickFocus TQWidget::ClickFocus
#define TQ_TabFocus TQWidget::TabFocus
#define TQ_FocusPolicy TQWidget::FocusPolicy
#define TQ_ScaleFree TQImage::ScaleFree
#define TQ_ScaleMin TQImage::ScaleMin
#define TQ_ScaleMax TQImage::ScaleMax
#define TQ_ScaleMode TQImage::ScaleMode
#endif
#define TQ_PrimitiveElement PrimitiveElement
#define TQ_StyleHint StyleHint
#define TQ_Horizontal Horizontal
#define TQ_Vertical Vertical
#define TQ_Alignment Qt::AlignmentFlags
#define TQ_Key_Shift Key_Shift
#define TQ_Key_Control Key_Control
#define TQ_Key_Alt Key_Alt
#define TQ_Key_Meta Key_Meta
#define TQ_Key_Super_L Key_Super_L
#define TQ_Key_Super_R Key_Super_R
#define TQ_Key_Hyper_L Key_Hyper_L
#define TQ_Key_Hyper_R Key_Hyper_R
#define TQ_ButtonState Qt::ButtonState
#define TQ_LeftButton LeftButton
#define TQ_MidButton MidButton
#define TQ_RightButton RightButton
#define TQ_ShiftButton ShiftButton
#define TQ_ControlButton ControlButton
#define TQ_AltButton AltButton
#define TQ_MetaButton MetaButton
#define TQ_WFlags TQt::WFlags
#define TQ_OpenMode int
#define TQ_SPVertically TQSizePolicy::Vertically
#define TQ_SPHorizontally TQSizePolicy::Horizontally
#define TQ_SPNoDirection TQSizePolicy::NoDirection
#define tqtr tr
#define tqaccess access
#define tqcolorTable colorTable
#define TQSO_Default Default
#define SO_Default Default
#define tqstrcmp qstrcmp
#define tqt_dynamic_cast dynamic_cast
#define TQImage_ScaleFree QImage::ScaleFree
#define TQIODevice_OpenModeFlag int
#ifdef TQT_REAL_TQT
#define tqqt_cast tqt_cast
#else
#define tqqt_cast qt_cast
#endif
#ifndef TQT_REAL_TQT
#define TQAPPLICATION_OBJECT_NAME_STRING "QApplication"
#define TQVARIANT_OBJECT_NAME_STRING "QVariant"
#define TQPOINT_OBJECT_NAME_STRING "QPoint"
#define TQRECT_OBJECT_NAME_STRING "QRect"
#define TQMAP_OBJECT_NAME_STRING "QMap"
#define TQCOLOR_OBJECT_NAME_STRING "QColor"
#define TQCOLORGROUP_OBJECT_NAME_STRING "QColorGroup"
#define TQVALUELIST_OBJECT_NAME_STRING "QValueList"
#define TQICONSET_OBJECT_NAME_STRING "QIconSet"
#define TQDATASTREAM_OBJECT_NAME_STRING "QDataStream"
#define TQPOINTARRAY_OBJECT_NAME_STRING "QPointArray"
#define TQREGION_OBJECT_NAME_STRING "QRegion"
#define TQBITMAP_OBJECT_NAME_STRING "QBitmap"
#define TQSIZEPOLICY_OBJECT_NAME_STRING "QSizePolicy"
#define TQKEYSEQUENCE_OBJECT_NAME_STRING "QKeySequence"
#define TQDATE_OBJECT_NAME_STRING "QDate"
#define TQTIME_OBJECT_NAME_STRING "QTime"
#define TQDATETIME_OBJECT_NAME_STRING "QDateTime"
#define TQCURSOR_OBJECT_NAME_STRING "QCursor"
#define TQPALETTE_OBJECT_NAME_STRING "QPalette"
#define TQIMAGE_OBJECT_NAME_STRING "QImage"
#define TQSIZE_OBJECT_NAME_STRING "QSize"
#define TQBITARRAY_OBJECT_NAME_STRING "QBitArray"
#define TQBYTEARRAY_OBJECT_NAME_STRING "QByteArray"
#define TQFONT_OBJECT_NAME_STRING "QFont"
#define TQBRUSH_OBJECT_NAME_STRING "QBrush"
#define TQPIXMAP_OBJECT_NAME_STRING "QPixmap"
#define TQSTRING_OBJECT_NAME_STRING "QString"
#define TQCSTRING_OBJECT_NAME_STRING "QCString"
#define TQSTRINGLIST_OBJECT_NAME_STRING "QStringList"
#define TQLAYOUT_OBJECT_NAME_STRING "QLayout"
#define TQBOXLAYOUT_OBJECT_NAME_STRING "QBoxLayout"
#define TQHBOXLAYOUT_OBJECT_NAME_STRING "QHBoxLayout"
#define TQVBOXLAYOUT_OBJECT_NAME_STRING "QVBoxLayout"
#define TQGRIDLAYOUT_OBJECT_NAME_STRING "QGridLayout"
#define TQHBOX_OBJECT_NAME_STRING "QHBox"
#define TQVBOX_OBJECT_NAME_STRING "QVBox"
#define TQGRID_OBJECT_NAME_STRING "QGrid"
#define TQTABWIDGET_OBJECT_NAME_STRING "QTabWidget"
#define TQCHECKBOX_OBJECT_NAME_STRING "QCheckBox"
#define TQLINEEDIT_OBJECT_NAME_STRING "QLineEdit"
#define TQTEXTEDIT_OBJECT_NAME_STRING "QTextEdit"
#define TQOBJECT_OBJECT_NAME_STRING "QObject"
#define TQWIDGET_OBJECT_NAME_STRING "QWidget"
#define TQGLWIDGET_OBJECT_NAME_STRING "QGLWidget"
#define TQLABEL_OBJECT_NAME_STRING "QLabel"
#define TQTIMER_OBJECT_NAME_STRING "QTimer"
#define TQFRAME_OBJECT_NAME_STRING "QFrame"
#define TQACCEL_OBJECT_NAME_STRING "QAccel"
#define TQDIALOG_OBJECT_NAME_STRING "QDialog"
#define TQDIAL_OBJECT_NAME_STRING "QDial"
#define TQACTION_OBJECT_NAME_STRING "QAction"
#define TQACTIONGROUP_OBJECT_NAME_STRING "QActionGroup"
#define TQLCDNUMBER_OBJECT_NAME_STRING "QLCDNumber"
#define TQPROGRESSBAR_OBJECT_NAME_STRING "QProgressBar"
#define TQTABDIALOG_OBJECT_NAME_STRING "QTabDialog"
#define TQTABWIDGET_OBJECT_NAME_STRING "QTabWidget"
#define TQDOCKWINDOW_OBJECT_NAME_STRING "QDockWindow"
#define TQGROUPBOX_OBJECT_NAME_STRING "QGroupBox"
#define TQCOMBOBOX_OBJECT_NAME_STRING "QComboBox"
#define TQSPINBOX_OBJECT_NAME_STRING "QSpinBox"
#define TQSPINWIDGET_OBJECT_NAME_STRING "QSpinWidget"
#define TQLISTBOX_OBJECT_NAME_STRING "QListBox"
#define TQTOOLBOX_OBJECT_NAME_STRING "QToolBox"
#define TQTOOLTIP_OBJECT_NAME_STRING "QToolTip"
#define TQTIPLABEL_OBJECT_NAME_STRING "QTipLabel"
#define TQTOOLBOXBUTTON_OBJECT_NAME_STRING "QToolBoxButton"
#define TQVGROUPBOX_OBJECT_NAME_STRING "QVGroupBox"
#define TQSPLITTER_OBJECT_NAME_STRING "QSplitter"
#define TQSPLITTERHANDLE_OBJECT_NAME_STRING "QSplitterHandle"
#define TQBUTTON_OBJECT_NAME_STRING "QButton"
#define TQGRIDVIEW_OBJECT_NAME_STRING "QGridView"
#define TQSLIDER_OBJECT_NAME_STRING "QSlider"
#define TQPUSHBUTTON_OBJECT_NAME_STRING "QPushButton"
#define TQTOOLBUTTON_OBJECT_NAME_STRING "QToolButton"
#define TQRADIOBUTTON_OBJECT_NAME_STRING "QRadioButton"
#define TQPOPUPMENU_OBJECT_NAME_STRING "QPopupMenu"
#define TQTOOLBAR_OBJECT_NAME_STRING "QToolBar"
#define TQTOOLBAREXTENSIONWIDGET_OBJECT_NAME_STRING "QToolBarExtensionWidget"
#define TQMENUBAR_OBJECT_NAME_STRING "QMenuBar"
#define TQTABBAR_OBJECT_NAME_STRING "QTabBar"
#define TQLISTVIEW_OBJECT_NAME_STRING "QListView"
#define TQSCROLLBAR_OBJECT_NAME_STRING "QScrollBar"
#define TQSCROLLVIEW_OBJECT_NAME_STRING "QScrollView"
#define TQRANGECONTROL_OBJECT_NAME_STRING "QRangeControl"
#define TQCANVASITEM_OBJECT_NAME_STRING "QCanvasItem"
#define TQICONVIEW_OBJECT_NAME_STRING "QIconView"
#define TQMULTILINEEDIT_OBJECT_NAME_STRING "QMultiLineEdit"
#define TQINTVALIDATOR_OBJECT_NAME_STRING "QIntValidator"
#define TQDATEEDIT_OBJECT_NAME_STRING "QDateEdit"
#define TQTIMEEDIT_OBJECT_NAME_STRING "QTimeEdit"
#define TQDATETIMEEDIT_OBJECT_NAME_STRING "QDateTimeEdit"
#define TQHEADER_OBJECT_NAME_STRING "QHeader"
#define TQSIZEGRIP_OBJECT_NAME_STRING "QSizeGrip"
#define TQDOCKWINDOWHANDLE_OBJECT_NAME_STRING "QDockWindowHandle"
#define TQDOCKWINDOWRESIZEHANDLE_OBJECT_NAME_STRING "QDockWindowResizeHandle"
#define TQHIDEDOCK_OBJECT_NAME_STRING "QHideDock"
#define TQTABLE_OBJECT_NAME_STRING "QTable"
#define TQWIZARD_OBJECT_NAME_STRING "QWizard"
#define TQDATATABLE_OBJECT_NAME_STRING "QDataTable"
#define TQDATABROWSER_OBJECT_NAME_STRING "QDataBrowser"
#define TQDATAVIEW_OBJECT_NAME_STRING "QDataView"
#define TQMAINWINDOW_OBJECT_NAME_STRING "QMainWindow"
#define TQWIDGETSTACK_OBJECT_NAME_STRING "QWidgetStack"
#define TQBUTTONGROUP_OBJECT_NAME_STRING "QButtonGroup"
#define TQTEXTVIEW_OBJECT_NAME_STRING "QTextView"
#define TQTEXTBROWSER_OBJECT_NAME_STRING "QTextBrowser"
#define TQLAYOUTWIDGET_OBJECT_NAME_STRING "QLayoutWidget"
#define TQSTATUSBAR_OBJECT_NAME_STRING "QStatusBar"
#define TQMOTIFPLUSSTYLE_OBJECT_NAME_STRING "QMotifPlusStyle"
#define TQ_INT8_OBJECT_NAME_STRING "Q_INT8"
#define TQ_UINT8_OBJECT_NAME_STRING "Q_UINT8"
#define TQ_INT16_OBJECT_NAME_STRING "Q_INT16"
#define TQ_UINT16_OBJECT_NAME_STRING "Q_UINT16"
#define TQ_INT32_OBJECT_NAME_STRING "Q_INT32"
#define TQ_UINT32_OBJECT_NAME_STRING "Q_UINT32"
#define TQ_INT64_OBJECT_NAME_STRING "Q_INT64"
#define TQ_UINT64_OBJECT_NAME_STRING "Q_UINT64"
#define TQ_LLONG_OBJECT_NAME_STRING "Q_LLONG"
#define TQ_ULLONG_OBJECT_NAME_STRING "Q_ULLONG"
#define TQ_LONG_OBJECT_NAME_STRING "Q_LONG"
#define TQ_ULONG_OBJECT_NAME_STRING "Q_ULONG"
#else
#define TQAPPLICATION_OBJECT_NAME_STRING "TQApplication"
#define TQVARIANT_OBJECT_NAME_STRING "TQVariant"
#define TQPOINT_OBJECT_NAME_STRING "TQPoint"
#define TQRECT_OBJECT_NAME_STRING "TQRect"
#define TQMAP_OBJECT_NAME_STRING "TQMap"
#define TQCOLOR_OBJECT_NAME_STRING "TQColor"
#define TQCOLORGROUP_OBJECT_NAME_STRING "TQColorGroup"
#define TQVALUELIST_OBJECT_NAME_STRING "TQValueList"
#define TQICONSET_OBJECT_NAME_STRING "TQIconSet"
#define TQDATASTREAM_OBJECT_NAME_STRING "TQDataStream"
#define TQPOINTARRAY_OBJECT_NAME_STRING "TQPointArray"
#define TQREGION_OBJECT_NAME_STRING "TQRegion"
#define TQBITMAP_OBJECT_NAME_STRING "TQBitmap"
#define TQSIZEPOLICY_OBJECT_NAME_STRING "TQSizePolicy"
#define TQKEYSEQUENCE_OBJECT_NAME_STRING "TQKeySequence"
#define TQDATE_OBJECT_NAME_STRING "TQDate"
#define TQTIME_OBJECT_NAME_STRING "TQTime"
#define TQDATETIME_OBJECT_NAME_STRING "TQDateTime"
#define TQCURSOR_OBJECT_NAME_STRING "TQCursor"
#define TQPALETTE_OBJECT_NAME_STRING "TQPalette"
#define TQIMAGE_OBJECT_NAME_STRING "TQImage"
#define TQSIZE_OBJECT_NAME_STRING "TQSize"
#define TQBITARRAY_OBJECT_NAME_STRING "TQBitArray"
#define TQBYTEARRAY_OBJECT_NAME_STRING "TQByteArray"
#define TQFONT_OBJECT_NAME_STRING "TQFont"
#define TQBRUSH_OBJECT_NAME_STRING "TQBrush"
#define TQPIXMAP_OBJECT_NAME_STRING "TQPixmap"
#define TQSTRING_OBJECT_NAME_STRING "TQString"
#define TQCSTRING_OBJECT_NAME_STRING "TQCString"
#define TQSTRINGLIST_OBJECT_NAME_STRING "TQStringList"
#define TQLAYOUT_OBJECT_NAME_STRING "TQLayout"
#define TQBOXLAYOUT_OBJECT_NAME_STRING "TQBoxLayout"
#define TQHBOXLAYOUT_OBJECT_NAME_STRING "TQHBoxLayout"
#define TQVBOXLAYOUT_OBJECT_NAME_STRING "TQVBoxLayout"
#define TQGRIDLAYOUT_OBJECT_NAME_STRING "TQGridLayout"
#define TQHBOX_OBJECT_NAME_STRING "TQHBox"
#define TQVBOX_OBJECT_NAME_STRING "TQVBox"
#define TQGRID_OBJECT_NAME_STRING "TQGrid"
#define TQTABWIDGET_OBJECT_NAME_STRING "TQTabWidget"
#define TQCHECKBOX_OBJECT_NAME_STRING "TQCheckBox"
#define TQLINEEDIT_OBJECT_NAME_STRING "TQLineEdit"
#define TQTEXTEDIT_OBJECT_NAME_STRING "TQTextEdit"
#define TQOBJECT_OBJECT_NAME_STRING "TQObject"
#define TQWIDGET_OBJECT_NAME_STRING "TQWidget"
#define TQGLWIDGET_OBJECT_NAME_STRING "TQGLWidget"
#define TQLABEL_OBJECT_NAME_STRING "TQLabel"
#define TQTIMER_OBJECT_NAME_STRING "TQTimer"
#define TQFRAME_OBJECT_NAME_STRING "TQFrame"
#define TQACCEL_OBJECT_NAME_STRING "TQAccel"
#define TQDIALOG_OBJECT_NAME_STRING "TQDialog"
#define TQDIAL_OBJECT_NAME_STRING "TQDial"
#define TQACTION_OBJECT_NAME_STRING "TQAction"
#define TQACTIONGROUP_OBJECT_NAME_STRING "TQActionGroup"
#define TQLCDNUMBER_OBJECT_NAME_STRING "TQLCDNumber"
#define TQPROGRESSBAR_OBJECT_NAME_STRING "TQProgressBar"
#define TQTABDIALOG_OBJECT_NAME_STRING "TQTabDialog"
#define TQTABWIDGET_OBJECT_NAME_STRING "TQTabWidget"
#define TQDOCKWINDOW_OBJECT_NAME_STRING "TQDockWindow"
#define TQGROUPBOX_OBJECT_NAME_STRING "TQGroupBox"
#define TQCOMBOBOX_OBJECT_NAME_STRING "TQComboBox"
#define TQSPINBOX_OBJECT_NAME_STRING "TQSpinBox"
#define TQSPINWIDGET_OBJECT_NAME_STRING "TQSpinWidget"
#define TQLISTBOX_OBJECT_NAME_STRING "TQListBox"
#define TQTOOLBOX_OBJECT_NAME_STRING "TQToolBox"
#define TQTOOLTIP_OBJECT_NAME_STRING "TQToolTip"
#define TQTIPLABEL_OBJECT_NAME_STRING "TQTipLabel"
#define TQTOOLBOXBUTTON_OBJECT_NAME_STRING "TQToolBoxButton"
#define TQVGROUPBOX_OBJECT_NAME_STRING "TQVGroupBox"
#define TQSPLITTER_OBJECT_NAME_STRING "TQSplitter"
#define TQSPLITTERHANDLE_OBJECT_NAME_STRING "TQSplitterHandle"
#define TQBUTTON_OBJECT_NAME_STRING "TQButton"
#define TQGRIDVIEW_OBJECT_NAME_STRING "TQGridView"
#define TQSLIDER_OBJECT_NAME_STRING "TQSlider"
#define TQPUSHBUTTON_OBJECT_NAME_STRING "TQPushButton"
#define TQTOOLBUTTON_OBJECT_NAME_STRING "TQToolButton"
#define TQRADIOBUTTON_OBJECT_NAME_STRING "TQRadioButton"
#define TQPOPUPMENU_OBJECT_NAME_STRING "TQPopupMenu"
#define TQTOOLBAR_OBJECT_NAME_STRING "TQToolBar"
#define TQTOOLBAREXTENSIONWIDGET_OBJECT_NAME_STRING "TQToolBarExtensionWidget"
#define TQMENUBAR_OBJECT_NAME_STRING "TQMenuBar"
#define TQTABBAR_OBJECT_NAME_STRING "TQTabBar"
#define TQLISTVIEW_OBJECT_NAME_STRING "TQListView"
#define TQSCROLLBAR_OBJECT_NAME_STRING "TQScrollBar"
#define TQSCROLLVIEW_OBJECT_NAME_STRING "TQScrollView"
#define TQRANGECONTROL_OBJECT_NAME_STRING "TQRangeControl"
#define TQCANVASITEM_OBJECT_NAME_STRING "TQCanvasItem"
#define TQICONVIEW_OBJECT_NAME_STRING "TQIconView"
#define TQMULTILINEEDIT_OBJECT_NAME_STRING "TQMultiLineEdit"
#define TQINTVALIDATOR_OBJECT_NAME_STRING "TQIntValidator"
#define TQDATEEDIT_OBJECT_NAME_STRING "TQDateEdit"
#define TQTIMEEDIT_OBJECT_NAME_STRING "TQTimeEdit"
#define TQDATETIMEEDIT_OBJECT_NAME_STRING "TQDateTimeEdit"
#define TQHEADER_OBJECT_NAME_STRING "TQHeader"
#define TQSIZEGRIP_OBJECT_NAME_STRING "TQSizeGrip"
#define TQDOCKWINDOWHANDLE_OBJECT_NAME_STRING "TQDockWindowHandle"
#define TQDOCKWINDOWRESIZEHANDLE_OBJECT_NAME_STRING "TQDockWindowResizeHandle"
#define TQHIDEDOCK_OBJECT_NAME_STRING "TQHideDock"
#define TQTABLE_OBJECT_NAME_STRING "TQTable"
#define TQWIZARD_OBJECT_NAME_STRING "TQWizard"
#define TQDATATABLE_OBJECT_NAME_STRING "TQDataTable"
#define TQDATABROWSER_OBJECT_NAME_STRING "TQDataBrowser"
#define TQDATAVIEW_OBJECT_NAME_STRING "TQDataView"
#define TQMAINWINDOW_OBJECT_NAME_STRING "TQMainWindow"
#define TQWIDGETSTACK_OBJECT_NAME_STRING "TQWidgetStack"
#define TQBUTTONGROUP_OBJECT_NAME_STRING "TQButtonGroup"
#define TQTEXTVIEW_OBJECT_NAME_STRING "TQTextView"
#define TQTEXTBROWSER_OBJECT_NAME_STRING "TQTextBrowser"
#define TQLAYOUTWIDGET_OBJECT_NAME_STRING "TQLayoutWidget"
#define TQSTATUSBAR_OBJECT_NAME_STRING "TQStatusBar"
#define TQMOTIFPLUSSTYLE_OBJECT_NAME_STRING "TQMotifPlusStyle"
#define TQ_INT8_OBJECT_NAME_STRING "TQ_INT8"
#define TQ_UINT8_OBJECT_NAME_STRING "TQ_UINT8"
#define TQ_INT16_OBJECT_NAME_STRING "TQ_INT16"
#define TQ_UINT16_OBJECT_NAME_STRING "TQ_UINT16"
#define TQ_INT32_OBJECT_NAME_STRING "TQ_INT32"
#define TQ_UINT32_OBJECT_NAME_STRING "TQ_UINT32"
#define TQ_INT64_OBJECT_NAME_STRING "TQ_INT64"
#define TQ_UINT64_OBJECT_NAME_STRING "TQ_UINT64"
#define TQ_LLONG_OBJECT_NAME_STRING "TQ_LLONG"
#define TQ_ULLONG_OBJECT_NAME_STRING "TQ_ULLONG"
#define TQ_LONG_OBJECT_NAME_STRING "TQ_LONG"
#define TQ_ULONG_OBJECT_NAME_STRING "TQ_ULONG"
#endif
#define TQAlignCenter AlignCenter
#define TQNoBrush NoBrush
#ifndef TQT_REAL_TQT
#define aboutTQt aboutQt
#endif
#define tqred red
#define tqgreen green
#define tqblue blue
#define tqcyan cyan
#define tqmagenta magenta
#define tqyellow yellow
#define tqdarkRed darkRed
#define tqdarkGreen darkGreen
#define tqdarkBlue darkBlue
#define tqdarkCyan darkCyan
#define tqdarkMagenta darkMagenta
#define tqdarkYellow darkYellow
#define tqwhite white
#define tqwhiteptr &Qt::white
#define tqlightGray lightGray
#define tqgray gray
#define tqdarkGray darkGray
#define tqblack black
#define tqblackptr &Qt::black
#define tqcolor0 color0
#define tqcolor1 color1
#define IID_TQUnknown IID_QUnknown
#define IID_TQComponentInformation IID_QComponentInformation
#define IID_TQWidgetFactory IID_QWidgetFactory
#ifndef TQT_REAL_TQT
#define TQtDebugMsg QtDebugMsg
#define TQtWarningMsg QtWarningMsg
#define TQtFatalMsg QtFatalMsg
#define TQAccel QAccel
#define TQAccessible QAccessible
#define TQAccessibleObject QAccessibleObject
#define TQAction QAction
#define TQActionGroup QActionGroup
#define TQApplication QApplication
#define TQAsciiCache QAsciiCache
#define TQAsciiCacheIterator QAsciiCacheIterator
#define TQAsciiDict QAsciiDict
#define TQAsciiDictIterator QAsciiDictIterator
#define TQAssistantClient QAssistantClient
#define TQImageConsumer QImageConsumer
#define TQImageFormat QImageFormat
#define TQImageFormatType QImageFormatType
#define TQImageDecoder QImageDecoder
#define TQAsyncIO QAsyncIO
#define TQByteArray QByteArray
#define TQDataSink QDataSink
#define TQDataSource QDataSource
#define TQIODeviceSource QIODeviceSource
#define TQDataPump QDataPump
#define TQBig5Codec QBig5Codec
#define TQBig5hkscsCodec QBig5hkscsCodec
#define TQBitVal QBitVal
#define TQBitArray QBitArray
#define TQBitmap QBitmap
#define TQBrush QBrush
#define TQBuffer QBuffer
#define TQButtonGroup QButtonGroup
#define TQButton QButton
#define TQCache QCache
#define TQCacheIterator QCacheIterator
#define TQCanvasChunk QCanvasChunk
#define TQCanvasItemList QCanvasItemList
#define TQCanvasItemExtra QCanvasItemExtra
#define TQCanvasItem QCanvasItem
#define TQCanvasData QCanvasData
#define TQCanvas QCanvas
#define TQCanvasViewData QCanvasViewData
#define TQCanvasView QCanvasView
#define TQCanvasPixmap QCanvasPixmap
#define TQCanvasPixmapArray QCanvasPixmapArray
#define TQCanvasSprite QCanvasSprite
#define TQPolygonalProcessor QPolygonalProcessor
#define TQPDevCmdParam QPDevCmdParam
#define TQCanvasPolygonalItem QCanvasPolygonalItem
#define TQCanvasRectangle QCanvasRectangle
#define TQCanvasPolygon QCanvasPolygon
#define TQCanvasSpline QCanvasSpline
#define TQCanvasLine QCanvasLine
#define TQCanvasEllipse QCanvasEllipse
#define TQCanvasTextExtra QCanvasTextExtra
#define TQCanvasText QCanvasText
#define TQCDEStyle QCDEStyle
#define TQCheckBox QCheckBox
#define TQClassInfo QClassInfo
#define TQCleanupHandler QCleanupHandler
#define TQClipboard QClipboard
#define TQSessionManager QSessionManager
#define TQScriptItem QScriptItem
#define TQSingleCleanupHandler QSingleCleanupHandler
#define TQSharedCleanupHandler QSharedCleanupHandler
#define TQSharedDoubleBuffer QSharedDoubleBuffer
#define TQShared QShared
#define TQCollection QCollection
#define TQColor QColor
#define TQColorDialog QColorDialog
#define TQStringPairList QStringPairList
#define TQLineEdit QLineEdit
#define TQValidator QValidator
#define TQListBox QListBox
#define TQList QList
#define TQComboBoxData QComboBoxData
#define TQComboTableItem QComboTableItem
#define TQWheelEvent QWheelEvent
#define TQComboBox QComboBox
#define TQCommonStyle QCommonStyle
#define TQCompactStyle QCompactStyle
#define TQComponentInformationInterface QComponentInformationInterface
#define TQConnection QConnection
#define TQCString QCString
#define TQCursor QCursor
#define TQSqlForm QSqlForm
#define TQSqlDriverCreator QSqlDriverCreator
#define TQDataBrowserPrivate QDataBrowserPrivate
#define TQDataBrowser QDataBrowser
#define TQDataStream QDataStream
#define TQPainter QPainter
#define TQSqlField QSqlField
#define TQSqlPropertyMap QSqlPropertyMap
#define TQDataTablePrivate QDataTablePrivate
#define TQDataTable QDataTable
#define TQDataView QDataView
#define TQDateEdit QDateEdit
#define TQTimeEdit QTimeEdit
#define TQDateTimeEdit QDateTimeEdit
#define TQDateTimeEditBase QDateTimeEditBase
#define TQDate QDate
#define TQTime QTime
#define TQDateTime QDateTime
#define TQDeepCopy QDeepCopy
#define TQDesktopWidget QDesktopWidget
#define TQDial QDial
#define TQDialog QDialog
#define TQDict QDict
#define TQDictIterator QDictIterator
#define TQDir QDir
#define TQDirLineEdit QDirLineEdit
#define TQDirMultiLineEdit QDirMultiLineEdit
#define TQDns QDns
#define TQDnsSocket QDnsSocket
#define TQDockArea QDockArea
#define TQDockAreaLayout QDockAreaLayout
#define TQDockWindow QDockWindow
#define TQDomImplementation QDomImplementation
#define TQDomNodeList QDomNodeList
#define TQDomDocumentType QDomDocumentType
#define TQDomDocument QDomDocument
#define TQDomNamedNodeMap QDomNamedNodeMap
#define TQDomDocumentFragment QDomDocumentFragment
#define TQDomCharacterData QDomCharacterData
#define TQDomAttr QDomAttr
#define TQDomElement QDomElement
#define TQDomText QDomText
#define TQDomComment QDomComment
#define TQDomCDATASection QDomCDATASection
#define TQDomNotation QDomNotation
#define TQDomEntity QDomEntity
#define TQDomEntityReference QDomEntityReference
#define TQDomProcessingInstruction QDomProcessingInstruction
#define TQDomNode QDomNode
#define TQDragObject QDragObject
#define TQStoredDrag QStoredDrag
#define TQTextDocument QTextDocument
#define TQTextStringChar QTextStringChar
#define TQTextDrag QTextDrag
#define TQTextCursor QTextCursor
#define TQTextEngine QTextEngine
#define TQTextFormat QTextFormat
#define TQTextFormatterBreakInWords QTextFormatterBreakInWords
#define TQTextItem QTextItem
#define TQTextParagraph QTextParagraph
#define TQTextParag QTextParag
#define TQTextPreProcessor QTextPreProcessor
#define TQImageDrag QImageDrag
#define TQUriDrag QUriDrag
#define TQUuid QUuid
#define TQColorDrag QColorDrag
#define TQDropSite QDropSite
#define TQEditorFactory QEditorFactory
#define TQEffects QEffects
#define TQErrorMessage QErrorMessage
#define TQEucJpCodec QEucJpCodec
#define TQEucKrCodec QEucKrCodec
#define TQEvent QEvent
#define TQTimerEvent QTimerEvent
#define TQMouseEvent QMouseEvent
#define TQWheelEvent QWheelEvent
#define TQTabletEvent QTabletEvent
#define TQKeyEvent QKeyEvent
#define TQFeatureListInterface QFeatureListInterface
#define TQFocusEvent QFocusEvent
#define TQPaintEvent QPaintEvent
#define TQMoveEvent QMoveEvent
#define TQResizeEvent QResizeEvent
#define TQRgb QRgb
#define TQCloseEvent QCloseEvent
#define TQIconDragEvent QIconDragEvent
#define TQShowEvent QShowEvent
#define TQHideEvent QHideEvent
#define TQContextMenuEvent QContextMenuEvent
#define TQIMEvent QIMEvent
#define TQIMComposeEvent QIMComposeEvent
#define TQDropEvent QDropEvent
#define TQDragMoveEvent QDragMoveEvent
#define TQDragEnterEvent QDragEnterEvent
#define TQDragResponseEvent QDragResponseEvent
#define TQDragLeaveEvent QDragLeaveEvent
#define TQChildEvent QChildEvent
#define TQCustomEvent QCustomEvent
#define TQEventLoop QEventLoop
#define TQFileIconProvider QFileIconProvider
#define TQFilePreview QFilePreview
#define TQFileDialog QFileDialog
#define TQFile QFile
#define TQFileInfo QFileInfo
#define TQFileInfoList QFileInfoList
#define TQFileInfoListIterator QFileInfoListIterator
#define TQFocusData QFocusData
#define TQFontDatabase QFontDatabase
#define TQFont QFont
#define TQFontDialog QFontDialog
#define TQFontInfo QFontInfo
#define TQFontMetrics QFontMetrics
#define TQFrame QFrame
#define TQFtp QFtp
#define TQGArray QGArray
#define TQGb18030Codec QGb18030Codec
#define TQGbkCodec QGbkCodec
#define TQGb2312Codec QGb2312Codec
#define TQGCache QGCache
#define TQGCacheIterator QGCacheIterator
#define TQBaseBucket QBaseBucket
#define TQStringBucket QStringBucket
#define TQAsciiBucket QAsciiBucket
#define TQIntBucket QIntBucket
#define TQPtrBucket QPtrBucket
#define TQGDict QGDict
#define TQGDictIterator QGDictIterator
#define TQGLColormap QGLColormap
#define TQGL QGL
#define TQGLFormat QGLFormat
#define TQGLContext QGLContext
#define TQGLWidget QGLWidget
#define TQLNode QLNode
#define TQGList QGList
#define TQGListIterator QGListIterator
#define TQGListStdIterator QGListStdIterator
#define TQGPlugin QGPlugin
#define TQGrid QGrid
#define TQGridView QGridView
#define TQGroupBox QGroupBox
#define TQGuardedPtr QGuardedPtr
#define TQGuardedPtrPrivate QGuardedPtrPrivate
#define TQGVector QGVector
#define TQHBox QHBox
#define TQHButtonGroup QHButtonGroup
#define TQHeader QHeader
#define TQHGroupBox QHGroupBox
#define TQHostAddress QHostAddress
#define TQHttpHeader QHttpHeader
#define TQHttpResponseHeader QHttpResponseHeader
#define TQHttpRequestHeader QHttpRequestHeader
#define TQHttp QHttp
#define TQIconSet QIconSet
#define TQIconFactory QIconFactory
#define TQIconDragItem QIconDragItem
#define TQIconDrag QIconDrag
#define TQIconViewItem QIconViewItem
#define TQIconView QIconView
#define TQImageFormatPlugin QImageFormatPlugin
#define TQImageTextKeyLang QImageTextKeyLang
#define TQImage QImage
#define TQImageIO QImageIO
#define TQInputContextFactory QInputContextFactory
#define TQInputContext QInputContext
#define TQInputDialog QInputDialog
#define TQIntCache QIntCache
#define TQIntCacheIterator QIntCacheIterator
#define TQIntDict QIntDict
#define TQIntDictIterator QIntDictIterator
#define TQInterfacePtr QInterfacePtr
#define TQIODevice QIODevice
#define TQJisCodec QJisCodec
#define TQJpUnicodeConv QJpUnicodeConv
#define TQKeySequence QKeySequence
#define TQLabel QLabel
#define TQGLayoutIterator QGLayoutIterator
#define TQLayoutIterator QLayoutIterator
#define TQLayoutItem QLayoutItem
#define TQLayoutStruct QLayoutStruct
#define TQLayoutWidget QLayoutWidget
#define TQSpacerItem QSpacerItem
#define TQWidgetItem QWidgetItem
#define TQLayout QLayout
#define TQGridLayout QGridLayout
#define TQBoxLayout QBoxLayout
#define TQHBoxLayout QHBoxLayout
#define TQVBoxLayout QVBoxLayout
#define TQLCDNumber QLCDNumber
#define TQLibrary QLibrary
#define TQLineEdit QLineEdit
#define TQListBoxItem QListBoxItem
#define TQListBoxText QListBoxText
#define TQListBoxPixmap QListBoxPixmap
#define TQListViewItem QListViewItem
#define TQListView QListView
#define TQCheckListItem QCheckListItem
#define TQListViewItemIterator QListViewItemIterator
#define TQLocale QLocale
#define TQLocalFs QLocalFs
#define TQMainWindow QMainWindow
#define TQMapIterator QMapIterator
#define TQMapConstIterator QMapConstIterator
#define TQMapPrivateBase QMapPrivateBase
#define TQMapPrivate QMapPrivate
#define TQMap QMap
#define TQMemArray QMemArray
#define TQMenuBar QMenuBar
#define TQMenuItem QMenuItem
#define TQCustomMenuItem QCustomMenuItem
#define TQMenuData QMenuData
#define TQMessageBox QMessageBox
#define TQMetaData QMetaData
#define TQMetaEnum QMetaEnum
#define TQMetaProperty QMetaProperty
#define TQMetaObject QMetaObject
#define TQMetaObjectCleanUp QMetaObjectCleanUp
#define TQMimeSource QMimeSource
#define TQMimeSourceFactory QMimeSourceFactory
#define TQWindowsMime QWindowsMime
#define TQMacMime QMacMime
#define TQMotifPlusStyle QMotifPlusStyle
#define TQMotifStyle QMotifStyle
#define TQMovie QMovie
#define TQMultiLineEdit QMultiLineEdit
#define TQMutex QMutex
#define TQMutexLocker QMutexLocker
#define TQt Qt
#define TQInternal QInternal
#define TQNetworkProtocolFactoryBase QNetworkProtocolFactoryBase
#define TQNetworkProtocolFactory QNetworkProtocolFactory
#define TQNetworkProtocol QNetworkProtocol
#define TQNetworkOperation QNetworkOperation
#define TQObjectCleanupHandler QObjectCleanupHandler
#define TQObjectDictionary QObjectDictionary
#define TQObject QObject
#define TQObjectUserData QObjectUserData
#define TQObject QObject
#define TQObjectList QObjectList
#define TQObjectListIterator QObjectListIterator
#define TQObjectListIt QObjectListIt
#define TQPaintDevice QPaintDevice
#define TQPaintDeviceMetrics QPaintDeviceMetrics
#define TQColorGroup QColorGroup
#define TQPair QPair
#define TQPalette QPalette
#define TQPen QPen
#define TQPicture QPicture
#define TQPixmapCache QPixmapCache
#define TQPixmap QPixmap
#define TQPlatinumStyle QPlatinumStyle
#define TQPluginManager QPluginManager
#define TQPNGImageWriter QPNGImageWriter
#define TQPNGImagePacker QPNGImagePacker
#define TQPointArray QPointArray
#define TQPoint QPoint
#define TQPolygonScanner QPolygonScanner
#define TQPopupMenu QPopupMenu
#define TQPrintDialog QPrintDialog
#define TQPrinter QPrinter
#define TQProcess QProcess
#define TQProgressBar QProgressBar
#define TQProgressDialog QProgressDialog
#define TQPtrCollection QPtrCollection
#define TQPtrDict QPtrDict
#define TQPtrDictIterator QPtrDictIterator
#define TQPtrListStdIterator QPtrListStdIterator
#define TQPtrList QPtrList
#define TQPtrListIterator QPtrListIterator
#define TQPtrQueue QPtrQueue
#define TQPtrStack QPtrStack
#define TQPtrVector QPtrVector
#define TQPushButton QPushButton
#define TQRadioButton QRadioButton
#define TQRangeControl QRangeControl
#define TQSpinWidget QSpinWidget
#define TQRect QRect
#define TQRegExp QRegExp
#define TQRegion QRegion
#define TQHebrewCodec QHebrewCodec
#define TQScrollBar QScrollBar
#define TQScrollView QScrollView
#define TQSemaphore QSemaphore
#define TQSemiModal QSemiModal
#define TQServerSocket QServerSocket
#define TQSettings QSettings
#define TQSGIStyle QSGIStyle
#define TQSignal QSignal
#define TQSignalMapper QSignalMapper
#define TQConnectionList QConnectionList
#define TQConnectionListIt QConnectionListIt
#define TQSignalVec QSignalVec
#define TQSimpleRichText QSimpleRichText
#define TQSizeGrip QSizeGrip
#define TQSize QSize
#define TQSizePolicy QSizePolicy
#define TQSjisCodec QSjisCodec
#define TQSlider QSlider
#define TQSocketDevice QSocketDevice
#define TQSocket QSocket
#define TQSocketNotifier QSocketNotifier
#define TQSortedList QSortedList
#define TQSound QSound
#define TQSpinBox QSpinBox
#define TQSplashScreen QSplashScreen
#define TQSplitter QSplitter
#define TQSplitterHandle QSplitterHandle
#define TQSplitterLayoutStruct QSplitterLayoutStruct
#define TQSqlCursor QSqlCursor
#define TQSqlDatabase QSqlDatabase
#define TQSqlDriver QSqlDriver
#define TQSqlDriverPlugin QSqlDriverPlugin
#define TQSqlEditorFactory QSqlEditorFactory
#define TQSqlError QSqlError
#define TQSqlFieldPrivate QSqlFieldPrivate
#define TQSqlField QSqlField
#define TQSqlFieldInfo QSqlFieldInfo
#define TQSql QSql
#define TQSqlIndex QSqlIndex
#define TQSqlQuery QSqlQuery
#define TQSqlResultShared QSqlResultShared
#define TQSqlRecordShared QSqlRecordShared
#define TQSqlRecord QSqlRecord
#define TQSqlRecordInfo QSqlRecordInfo
#define TQSqlResult QSqlResult
#define TQSqlSelectCursorPrivate QSqlSelectCursorPrivate
#define TQSqlSelectCursor QSqlSelectCursor
#define TQStatusBar QStatusBar
#define TQChar QChar
#define TQCharAttributes QCharAttributes
#define TQString QString
#define TQCharRef QCharRef
#define TQConstString QConstString
#define TQStringList QStringList
#define TQStrListIterator QStrListIterator
#define TQStrIList QStrIList
#define TQStrList QStrList
#define TQStrVec QStrVec
#define TQStrIVec QStrIVec
#define TQStyleFactory QStyleFactory
#define TQStyleOption QStyleOption
#define TQStyle QStyle
#define TQStyleHintReturn QStyleHintReturn
#define TQStylePlugin QStylePlugin
#define TQStyleSheetItem QStyleSheetItem
#define TQStyleSheet QStyleSheet
#define TQSyntaxHighlighter QSyntaxHighlighter
#define TQTab QTab
#define TQTabBar QTabBar
#define TQTabDialog QTabDialog
#define TQTableSelection QTableSelection
#define TQTableItem QTableItem
#define TQCheckTableItem QCheckTableItem
#define TQTable QTable
#define TQTabWidget QTabWidget
#define TQTextBrowser QTextBrowser
#define TQTextCodecFactory QTextCodecFactory
#define TQTextEncoder QTextEncoder
#define TQTextDecoder QTextDecoder
#define TQTextCodec QTextCodec
#define TQTextCodecPlugin QTextCodecPlugin
#define TQTextEdit QTextEdit
#define TQTextStream QTextStream
#define TQTextIStream QTextIStream
#define TQTextOStream QTextOStream
#define TQTLWExtra QTLWExtra
#define TQTSManip QTSManip
#define TQTextView QTextView
#define TQThread QThread
#define TQThreadStorageData QThreadStorageData
#define TQThreadStorage QThreadStorage
#define TQTimer QTimer
#define TQTextOStreamIterator QTextOStreamIterator
#define TQBackInsertIterator QBackInsertIterator
#define TQtMsgType QtMsgType
#define TQtMsgHandler QtMsgHandler
#define TQToolBar QToolBar
#define TQToolBox QToolBox
#define TQToolButton QToolButton
#define TQToolTipGroup QToolTipGroup
#define TQToolTip QToolTip
#define TQTranslator QTranslator
#define TQTranslatorMessage QTranslatorMessage
#define TQTsciiCodec QTsciiCodec
#define TQUrl QUrl
#define TQUrlInfo QUrlInfo
#define TQUrlOperator QUrlOperator
#define TQUtf8Codec QUtf8Codec
#define TQUtf16Codec QUtf16Codec
#define TQValidator QValidator
#define TQIntValidator QIntValidator
#define TQDoubleValidator QDoubleValidator
#define TQRegExpValidator QRegExpValidator
#define TQValueListNode QValueListNode
#define TQValueListIterator QValueListIterator
#define TQValueListConstIterator QValueListConstIterator
#define TQValueListPrivate QValueListPrivate
#define TQValueList QValueList
#define TQValueStack QValueStack
#define TQValueVectorPrivate QValueVectorPrivate
#define TQValueVector QValueVector
#define TQVariant QVariant
#define TQVBox QVBox
#define TQVButtonGroup QVButtonGroup
#define TQVGroupBox QVGroupBox
#define TQWaitCondition QWaitCondition
#define TQWhatsThis QWhatsThis
#define TQWidgetFactory QWidgetFactory
#define TQWidgetFactoryInterface QWidgetFactoryInterface
#define TQWidget QWidget
#define TQWidgetIntDict QWidgetIntDict
#define TQWidgetIntDictIt QWidgetIntDictIt
#define TQWidgetList QWidgetList
#define TQWidgetListIt QWidgetListIt
#define TQWidgetPlugin QWidgetPlugin
#define TQWidgetContainerPlugin QWidgetContainerPlugin
#define TQWidgetStack QWidgetStack
#define TQWidgetStackAccelManager QWidgetStackAccelManager
#define TQWindowsStyle QWindowsStyle
#define TQWizard QWizard
#define TQWMatrix QWMatrix
#define TQWorkspace QWorkspace
#define TQXEmbed QXEmbed
#define TQXmlNamespaceSupport QXmlNamespaceSupport
#define TQXmlAttributes QXmlAttributes
#define TQXmlInputSource QXmlInputSource
#define TQXmlParseException QXmlParseException
#define TQXmlReader QXmlReader
#define TQXmlSimpleReader QXmlSimpleReader
#define TQXmlLocator QXmlLocator
#define TQXmlContentHandler QXmlContentHandler
#define TQXmlErrorHandler QXmlErrorHandler
#define TQXmlDTDHandler QXmlDTDHandler
#define TQXmlEntityResolver QXmlEntityResolver
#define TQXmlLexicalHandler QXmlLexicalHandler
#define TQXmlDeclHandler QXmlDeclHandler
#define TQXmlDefaultHandler QXmlDefaultHandler
#define TQUnknownInterface QUnknownInterface
#define TQStyleControlElementPopupMenuData QStyleControlElementPopupMenuData
#define TQStyleControlElementCheckListItemData QStyleControlElementCheckListItemData
#define TQStyleControlElementTabBarData QStyleControlElementTabBarData
#define TQStyleControlElementListViewData QStyleControlElementListViewData
#define TQStyleControlElementSpinWidgetData QStyleControlElementSpinWidgetData
#define TQStyleControlElementTitleBarData QStyleControlElementTitleBarData
#define TQStyleControlElementDockWidgetData QStyleControlElementDockWidgetData
#define TQStyleControlElementGenericWidgetData QStyleControlElementGenericWidgetData
#define TQStyleControlElementData QStyleControlElementData
#define TQStyleWidgetActionRequestData QStyleWidgetActionRequestData
#define TQStyleApplicationActionRequestData QStyleApplicationActionRequestData
#define qint64 long
#define quint64 unsigned long
#else
#ifndef TQT_NO_COMPAT_NAMES
#define qint64 long
#define quint64 unsigned long
#define QObject TQObject
#define QWidget TQWidget
#define QImage TQImage
#define QPair TQPair
#define QRgb TQRgb
#define QColor TQColor
#define QChar TQChar
#define QString TQString
#define QIODevice TQIODevice
#endif
#endif
#define tqmoc moc
#define TQMOC MOC
#define WPaintOnScreen ((WFlags)0)
#ifndef TQT_REAL_TQT
#define TQ_INT8 Q_INT8
#define TQ_INT16 Q_INT16
#define TQ_INT32 Q_INT32
#define TQ_INT64 Q_INT64
#define TQ_UINT8 Q_UINT8
#define TQ_UINT16 Q_UINT16
#define TQ_UINT32 Q_UINT32
#define TQ_UINT64 Q_UINT64
#define TQ_LONG Q_LONG
#define TQ_LLONG Q_LLONG
#define TQ_ULONG Q_ULONG
#define TQ_ULLONG Q_ULLONG
#endif
#ifdef TQT_REAL_TQT
#define TQRGB_MASK TQT_RGB_MASK
#else
#define TQRGB_MASK RGB_MASK
#define tqRed qRed
#define tqGreen qGreen
#define tqBlue qBlue
#define tqAlpha qAlpha
#define tqRgb qRgb
#define tqRgba qRgba
#define tqGray qGray
#endif
#define tqInstallMsgHandler qInstallMsgHandler
#ifndef TQT_REAL_TQT
#define tqApp qApp
#define tqAddPostRoutine qAddPostRoutine
#define tqWarning qWarning
#define tqSharedBuild qSharedBuild
#define tqNetworkProtocolRegister qNetworkProtocolRegister
#define tqDebug qDebug
#define tqCompress qCompress
#define tqFatal qFatal
#define tqSqlDriverExtDict qSqlDriverExtDict
#define tqSqlOpenExtDict qSqlOpenExtDict
#define tqInitNetworkProtocols qInitNetworkProtocols
#define tqSuppressObsoleteWarnings qSuppressObsoleteWarnings
#define tqChecksum qChecksum
#define tqRemovePostRoutine qRemovePostRoutine
#define tqInstallPath qInstallPath
#define tqObsolete qObsolete
#define tqVersion qVersion
#define tqSystemWarning qSystemWarning
#define tqSysInfo qSysInfo
#define tqmemmove qmemmove
#define tqstrncpy qstrncpy
#define tqstrdup qstrdup
#define tqstrnicmp qstrnicmp
#define tqstricmp qstricmp
#define tqt_get_application_thread_id qt_get_application_thread_id
#define tqt_x_user_time qt_x_user_time
#define tqt_xget_temp_gc qt_xget_temp_gc
#define tqt_has_xft qt_has_xft
#define tqt_modal_state qt_modal_state
#define tqt_check_pointer qt_check_pointer
#define tqt_preliminary_signal_spy qt_preliminary_signal_spy
#define tqt_wm_take_focus qt_wm_take_focus
#define tqt_global_mutexpool qt_global_mutexpool
#define tqt_xdisplay qt_xdisplay
#define tqt_resolve_symlinks qt_resolve_symlinks
#define tqt_qclipboard_bailout_hack qt_qclipboard_bailout_hack
#define tqt_x_time qt_x_time
#define tqt_wm_delete_window qt_wm_delete_window
#define tqt_qheader_label_return_null_strings qt_qheader_label_return_null_strings
#define tqt_xscreen qt_xscreen
#define tqt_setAccelAutoShortcuts qt_setAccelAutoShortcuts
#define tqt_sm_client_id qt_sm_client_id
#define tqt_set_table_clipper_enabled qt_set_table_clipper_enabled
#define tqt_hebrew_keyboard_hack qt_hebrew_keyboard_hack
#define tqt_use_native_dialogs qt_use_native_dialogs
#define tqt_generate_epsf qt_generate_epsf
#define tqt_xget_readonly_gc qt_xget_readonly_gc
#define tqt_use_xrender qt_use_xrender
#define tqt_set_x11_event_filter qt_set_x11_event_filter
#define tqt_xrootwin qt_xrootwin
#define tqt_wm_protocols qt_wm_protocols
#define tqt_ftp_filename_codec qt_ftp_filename_codec
#define tqt_window_role qt_window_role
#define tqt_tab_all_widgets qt_tab_all_widgets
#define tqt_wm_state qt_wm_state
/* HACKS */
#define t_xdisplay qt_xdisplay
#endif
#define tqdrawPrimitive drawPrimitive
#define tqsizeFromContents sizeFromContents
#ifndef TQT_REAL_TQT
#define TQ_SETS Q_SETS
#define TQ_ENUMS Q_ENUMS
#define TQ_PROPERTY Q_PROPERTY
#define TQCOORD QCOORD
#define TQCOORD_MAX QCOORD_MAX
#define TQMIN QMIN
#define TQMAX QMAX
#define TQABS QABS
#else
#define QMIN TQMIN
#define QMAX TQMAX
#define QABS TQABS
#endif
#define tqMakePair qMakePair
#define tqt_ucm_query_verification_data qt_ucm_query_verification_data
#define TQ_ControlElement ControlElement
#define TQ_ComplexControl ComplexControl
#ifndef TQT_REAL_TQT
#define TQUObject QUObject
#define static_TQUType_int static_QUType_int
#define static_TQUType_TQString static_QUType_QString
#define static_TQUType_ptr static_QUType_ptr
#define static_TQUType_bool static_QUType_bool
#define static_TQUType_varptr static_QUType_varptr
#define static_TQUType_charstar static_QUType_charstar
#else
#define static_TQUType_int static_QUType_int
#define static_TQUType_TQString static_QUType_TQString
#define static_TQUType_ptr static_QUType_ptr
#define static_TQUType_bool static_QUType_bool
#define static_TQUType_varptr static_QUType_varptr
#define static_TQUType_charstar static_QUType_charstar
#endif
#define TQ_EXTERN_C Q_EXTERN_C
#define TQ_EXPORT_PLUGIN Q_EXPORT_PLUGIN
#define TQ_EXPORT Q_EXPORT
#define tqreadBlock readBlock
#define tqwriteBlock writeBlock
#define TQT_TQIO_LONG TQ_LONG
#define TQT_TQIO_ULONG TQ_ULONG
#define tqt_mo_access access
#define tqt_mo_ci_name name
#define tqt_mo_ci_value value
#define tqt_mo_ci_count count
#define tqt_mo_ci_items items
#define tqt_mo_ci_method method
#ifndef TQT_REAL_TQT
#define tqt_init qt_init
#define tqt_cleanup qt_cleanup
#define tqt_is_gui_used qt_is_gui_used
#define tqt_appType qt_appType
#define tqt_application_thread_id qt_application_thread_id
#define tqt_setMaxWindowRect qt_setMaxWindowRect
#define tqt_desktopWidget qt_desktopWidget
#define tqt_clipboard qt_clipboard
#define tqt_modal_stack qt_modal_stack
#define tqt_std_pal qt_std_pal
#define tqt_create_std_palette qt_create_std_palette
#define tqt_fix_tooltips qt_fix_tooltips
#define tqt_explicit_app_style qt_explicit_app_style
#define tqt_app_has_font qt_app_has_font
#define tqt_maxWindowRect qt_maxWindowRect
#define tqt_mutex qt_mutex
#define tqt_try_modal qt_try_modal
#define tqt_enter_modal qt_enter_modal
#define tqt_inheritedBy qt_inheritedBy
#define tqt_leave_modal qt_leave_modal
#define tqt_tryAccelEvent qt_tryAccelEvent
#define tqt_find_obj_child qt_find_obj_child
#define tqt_tryModalHelper qt_tryModalHelper
#define tqt_ucm_initialize qt_ucm_initialize
#define tqt_tryComposeUnicode qt_tryComposeUnicode
#define tqt_dispatchAccelEvent qt_dispatchAccelEvent
#define tqt_dispatchEnterLeave qt_dispatchEnterLeave
#define tqt_x11_enforce_cursor qt_x11_enforce_cursor
#define tqt_wait_for_window_manager qt_wait_for_window_manager
#define tqt_property qt_property
#define tqt_static_property qt_static_property
#define tqt_cast qt_cast
#define tqt_emit qt_emit
#define tqt_invoke qt_invoke
#endif
/* BEGIN BLOCK ONE
This block of text is taken (mostly) straight from TQt for Qt4 tqtglobaldefines.h
It will need to be updated now and then as TQt for Qt4 changes */
#ifndef TQT_REAL_TQT
#define TQT_TQOBJECT(x) (static_cast<TQObject*>(static_cast<QObject*>(x)))
#define TQT_TQWIDGET(x) (static_cast<TQWidget*>(static_cast<QWidget*>(x)))
#define TQT_TQSIZEPOLICY(x) (static_cast<TQSizePolicy*>(static_cast<QSizePolicy*>(x)))
#define TQT_TQLAYOUT(x) (static_cast<TQLayout*>(static_cast<QLayout*>(x)))
#define TQT_TQGRIDLAYOUT(x) (static_cast<TQGridLayout*>(static_cast<QGridLayout*>(x)))
#define TQT_TQPAINTER(x) (static_cast<TQPainter*>(static_cast<QPainter*>(x)))
#define TQT_TQPAINTDEVICE(x) (static_cast<TQPaintDevice*>(static_cast<QPaintDevice*>(x)))
#define TQT_TQLAYOUTITEM(x) (static_cast<TQLayoutItem*>(static_cast<QLayoutItem*>(x)))
#define TQT_TQIODEVICE(x) (static_cast<TQIODevice*>(static_cast<QIODevice*>(x)))
#define TQT_TQCOLOR(x) (static_cast<TQColor*>(static_cast<QColor*>(x)))
#define TQT_TQCHAR(x) TQChar(x)
#define TQT_TQSTRING(x) TQString(x)
#define TQT_TQBUFFER(x) (static_cast<TQBuffer*>(static_cast<QBuffer*>(x)))
#define TQT_TQWMATRIX(x) (static_cast<TQWMatrix*>(static_cast<QMatrix*>(x)))
#define TQT_TQFILE(x) (static_cast<TQFile*>(static_cast<QFile*>(x)))
#define TQT_TQBYTEARRAY(x) (static_cast<TQByteArray*>(static_cast<QByteArray*>(x)))
#define TQT_TQMIMESOURCE(x) (static_cast<TQMimeSource*>(static_cast<QMimeSource*>(x)))
#define TQT_TQWEXTRA(x) (static_cast<TQWExtra*>(static_cast<QWExtra*>(x)))
#define TQT_TQPIXMAP(x) (static_cast<TQPixmap*>(static_cast<QPixmap*>(x)))
#define TQT_TQCLIPBOARD(x) (static_cast<TQClipboard*>(static_cast<QClipboard*>(x)))
#define TQT_TQPRINTER(x) (static_cast<TQPrinter*>(static_cast<QPrinter*>(x)))
#define TQT_TQVARIANT(x) (static_cast<TQVariant*>(static_cast<QVariant*>(x)))
#define TQT_TQMETAOBJECT(x) (static_cast<TQMetaObject*>(static_cast<QMetaObject*>(x)))
#define TQT_TQSTYLEOPTION(x) (static_cast<TQStyleOption*>(static_cast<TQStyleOption*>(x)))
#define TQT_TQEVENT(x) (static_cast<TQEvent*>(static_cast<QEvent*>(x)))
#define TQT_TQKEYEVENT(x) (static_cast<TQKeyEvent*>(static_cast<QKeyEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQMOVEEVENT(x) (static_cast<TQMoveEvent*>(static_cast<QMoveEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQSHOWEVENT(x) (static_cast<TQShowEvent*>(static_cast<QShowEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQMOUSEEVENT(x) (static_cast<TQMouseEvent*>(static_cast<QMouseEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQWHEELEVENT(x) (static_cast<TQWheelEvent*>(static_cast<QWheelEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQFOCUSEVENT(x) (static_cast<TQFocusEvent*>(static_cast<QFocusEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQPAINTEVENT(x) (static_cast<TQPaintEvent*>(static_cast<QPaintEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQCHILDEVENT(x) (static_cast<TQChildEvent*>(static_cast<QChildEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQCLOSEEVENT(x) (static_cast<TQCloseEvent*>(static_cast<QCloseEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQTIMEREVENT(x) (static_cast<TQTimerEvent*>(static_cast<QTimerEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQRESIZEEVENT(x) (static_cast<TQResizeEvent*>(static_cast<QResizeEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQTABLETEVENT(x) (static_cast<TQTabletEvent*>(static_cast<QTabletEvent*>(static_cast<QEvent*>(x))))
#define TQT_TQCONTEXTMENUEVENT(x) (static_cast<TQContextMenuEvent*>(static_cast<QContextMenuEvent*>(static_cast<QEvent*>(x))))
#else
#define TQT_TQOBJECT(x) (static_cast<TQObject*>(static_cast<TQObject*>(x)))
#define TQT_TQWIDGET(x) (static_cast<TQWidget*>(static_cast<TQWidget*>(x)))
#define TQT_TQSIZEPOLICY(x) (static_cast<TQSizePolicy*>(static_cast<TQSizePolicy*>(x)))
#define TQT_TQLAYOUT(x) (static_cast<TQLayout*>(static_cast<TQLayout*>(x)))
#define TQT_TQGRIDLAYOUT(x) (static_cast<TQGridLayout*>(static_cast<TQGridLayout*>(x)))
#define TQT_TQPAINTER(x) (static_cast<TQPainter*>(static_cast<TQPainter*>(x)))
#define TQT_TQPAINTDEVICE(x) (static_cast<TQPaintDevice*>(static_cast<TQPaintDevice*>(x)))
#define TQT_TQLAYOUTITEM(x) (static_cast<TQLayoutItem*>(static_cast<TQLayoutItem*>(x)))
#define TQT_TQIODEVICE(x) (static_cast<TQIODevice*>(static_cast<TQIODevice*>(x)))
#define TQT_TQCOLOR(x) (static_cast<TQColor*>(static_cast<TQColor*>(x)))
#define TQT_TQCHAR(x) TQChar(x)
#define TQT_TQSTRING(x) TQString(x)
#define TQT_TQBUFFER(x) (static_cast<TQBuffer*>(static_cast<TQBuffer*>(x)))
#define TQT_TQWMATRIX(x) (static_cast<TQWMatrix*>(static_cast<TQMatrix*>(x)))
#define TQT_TQFILE(x) (static_cast<TQFile*>(static_cast<TQFile*>(x)))
#define TQT_TQBYTEARRAY(x) (static_cast<TQByteArray*>(static_cast<TQByteArray*>(x)))
#define TQT_TQMIMESOURCE(x) (static_cast<TQMimeSource*>(static_cast<TQMimeSource*>(x)))
#define TQT_TQWEXTRA(x) (static_cast<TQWExtra*>(static_cast<TQWExtra*>(x)))
#define TQT_TQPIXMAP(x) (static_cast<TQPixmap*>(static_cast<TQPixmap*>(x)))
#define TQT_TQCLIPBOARD(x) (static_cast<TQClipboard*>(static_cast<TQClipboard*>(x)))
#define TQT_TQPRINTER(x) (static_cast<TQPrinter*>(static_cast<TQPrinter*>(x)))
#define TQT_TQVARIANT(x) (static_cast<TQVariant*>(static_cast<TQVariant*>(x)))
#define TQT_TQMETAOBJECT(x) (static_cast<TQMetaObject*>(static_cast<TQMetaObject*>(x)))
#define TQT_TQSTYLEOPTION(x) (static_cast<TQStyleOption*>(static_cast<TQStyleOption*>(x)))
#define TQT_TQEVENT(x) (static_cast<TQEvent*>(static_cast<TQEvent*>(x)))
#define TQT_TQKEYEVENT(x) (static_cast<TQKeyEvent*>(static_cast<TQKeyEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQMOVEEVENT(x) (static_cast<TQMoveEvent*>(static_cast<TQMoveEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQSHOWEVENT(x) (static_cast<TQShowEvent*>(static_cast<TQShowEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQMOUSEEVENT(x) (static_cast<TQMouseEvent*>(static_cast<TQMouseEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQWHEELEVENT(x) (static_cast<TQWheelEvent*>(static_cast<TQWheelEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQFOCUSEVENT(x) (static_cast<TQFocusEvent*>(static_cast<TQFocusEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQPAINTEVENT(x) (static_cast<TQPaintEvent*>(static_cast<TQPaintEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQCHILDEVENT(x) (static_cast<TQChildEvent*>(static_cast<TQChildEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQCLOSEEVENT(x) (static_cast<TQCloseEvent*>(static_cast<TQCloseEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQTIMEREVENT(x) (static_cast<TQTimerEvent*>(static_cast<TQTimerEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQRESIZEEVENT(x) (static_cast<TQResizeEvent*>(static_cast<TQResizeEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQTABLETEVENT(x) (static_cast<TQTabletEvent*>(static_cast<TQTabletEvent*>(static_cast<TQEvent*>(x))))
#define TQT_TQCONTEXTMENUEVENT(x) (static_cast<TQContextMenuEvent*>(static_cast<TQContextMenuEvent*>(static_cast<TQEvent*>(x))))
#endif
#define TQT_TQOBJECT_OBJECT(x) x
#define TQT_TQSIZEPOLICY_OBJECT(x) x
#define TQT_TQLAYOUT_OBJECT(x) x
#define TQT_TQCOLOR_OBJECT(x) x
#define TQT_TQSTRING_OBJECT(x) x
#define TQT_TQSTRLIST_OBJECT(x) x
#define TQT_TQSTRINGLIST_OBJECT(x) x
#define TQT_TQWMATRIX_OBJECT(x) x
#define TQT_TQRECT_OBJECT(x) x
#define TQT_TQBYTEARRAY_OBJECT(x) x
#define TQT_TQPIXMAP_OBJECT(x) x
#define TQT_TQTIME_OBJECT(x) x
#define TQT_TQDATE_OBJECT(x) x
#define TQT_TQDATETIME_OBJECT(x) x
#define TQT_TQBRUSH_OBJECT(x) x
#define TQT_TQPALETTE_OBJECT(x) x
#define TQT_TQPOINT_OBJECT(x) x
#define TQT_TQREGION_OBJECT(x) x
#define TQT_TQIMAGE_OBJECT(x) x
#define TQT_TQPAINTDEVICE_OBJECT(x) x
#define TQT_TQVARIANT_OBJECT(x) x
#define TQT_TQIODEVICE_OBJECT(x) x
#define TQT_TQSTYLEOPTION_OBJECT(x) x
#ifndef TQT_REAL_TQT
#define TQT_TQOBJECT_CONST(x) (static_cast<const TQObject*>(static_cast<const TQObject*>(x)))
#define TQT_TQWIDGET_CONST(x) (static_cast<const TQWidget*>(static_cast<const QWidget*>(x)))
#define TQT_TQMIMESOURCE_CONST(x) (static_cast<const TQMimeSource*>(static_cast<const QMimeSource*>(x)))
#define TQT_TQBRUSH_CONST(x) (static_cast<const TQBrush*>(static_cast<const QBrush*>(x)))
#define TQT_TQPIXMAP_CONST(x) (static_cast<const TQPixmap*>(static_cast<const QPixmap*>(x)))
#define TQT_TQPAINTDEVICE_CONST(x) (static_cast<const TQPaintDevice*>(static_cast<const QPaintDevice*>(x)))
#define TQT_TQCOLOR_CONST(x) (static_cast<const TQColor*>(static_cast<const QColor*>(x)))
#define TQT_TQPRINTER_CONST(x) (static_cast<const TQPrinter*>(static_cast<const QPrinter*>(x)))
#define TQT_TQIODEVICE_CONST(x) (static_cast<const TQIODevice*>(static_cast<const QIODevice*>(x)))
#define TQT_TQVARIANT_CONST(x) (static_cast<const TQVariant*>(static_cast<const QVariant*>(x)))
#define TQT_TQMETAOBJECT_CONST(x) (static_cast<const TQMetaObject*>(static_cast<const QMetaObject*>(x)))
#define TQT_TQSTYLEOPTION_CONST(x) (static_cast<const TQStyleOption*>(static_cast<const TQStyleOption*>(x)))
#else
#define TQT_TQOBJECT_CONST(x) (static_cast<const TQObject*>(static_cast<const TQObject*>(x)))
#define TQT_TQWIDGET_CONST(x) (static_cast<const TQWidget*>(static_cast<const TQWidget*>(x)))
#define TQT_TQMIMESOURCE_CONST(x) (static_cast<const TQMimeSource*>(static_cast<const TQMimeSource*>(x)))
#define TQT_TQBRUSH_CONST(x) (static_cast<const TQBrush*>(static_cast<const TQBrush*>(x)))
#define TQT_TQPIXMAP_CONST(x) (static_cast<const TQPixmap*>(static_cast<const TQPixmap*>(x)))
#define TQT_TQPAINTDEVICE_CONST(x) (static_cast<const TQPaintDevice*>(static_cast<const TQPaintDevice*>(x)))
#define TQT_TQCOLOR_CONST(x) (static_cast<const TQColor*>(static_cast<const TQColor*>(x)))
#define TQT_TQPRINTER_CONST(x) (static_cast<const TQPrinter*>(static_cast<const TQPrinter*>(x)))
#define TQT_TQIODEVICE_CONST(x) (static_cast<const TQIODevice*>(static_cast<const TQIODevice*>(x)))
#define TQT_TQVARIANT_CONST(x) (static_cast<const TQVariant*>(static_cast<const TQVariant*>(x)))
#define TQT_TQMETAOBJECT_CONST(x) (static_cast<const TQMetaObject*>(static_cast<const TQMetaObject*>(x)))
#define TQT_TQSTYLEOPTION_CONST(x) (static_cast<const TQStyleOption*>(static_cast<const TQStyleOption*>(x)))
#endif
#ifndef TQT_REAL_TQT
#define TQT_BASE_OBJECT_NAME QObject
#else
#define TQT_BASE_OBJECT_NAME TQObject
#endif
#define TQT_BASE_OBJECT(x) (static_cast<TQT_BASE_OBJECT_NAME*>(x))
#define TQT_BASE_OBJECT_CONST(x) (static_cast<const TQT_BASE_OBJECT_NAME*>(x))
#define setTqmaximumSize setMaximumSize
#define setTqminimumSize setMinimumSize
#define setTqalignment setAlignment
#define setTqgeometry setGeometry
/* END BLOCK ONE */
#define tqarrowCursor Qt::arrowCursor
#define tqupArrowCursor Qt::upArrowCursor
#define tqcrossCursor Qt::crossCursor
#define tqwaitCursor Qt::waitCursor
#define tqibeamCursor Qt::ibeamCursor
#define tqsizeVerCursor Qt::sizeVerCursor
#define tqsizeHorCursor Qt::sizeHorCursor
#define tqsizeBDiagCursor Qt::sizeBDiagCursor
#define tqsizeFDiagCursor Qt::sizeFDiagCursor
#define tqsizeAllCursor Qt::sizeAllCursor
#define tqblankCursor Qt::blankCursor
#define tqsplitVCursor Qt::splitVCursor
#define tqsplitHCursor Qt::splitHCursor
#define tqpointingHandCursor Qt::pointingHandCursor
#define tqforbiddenCursor Qt::forbiddenCursor
#define tqwhatsThisCursor Qt::whatsThisCursor
#define tqbusyCursor Qt::busyCursor
#define SET_QT_X_TIME(x) set_tqt_x_time(x)
#define GET_QT_X_TIME(x) get_tqt_x_time()
#define SET_QT_X_USER_TIME(x) set_tqt_x_time(x)
#define GET_QT_X_USER_TIME(x) get_tqt_x_time()
#endif /* USE_QT3 */
#ifdef USE_QT4
#define TQT_QT_STRING_LIST_TYPE TQStrList
#ifdef __cplusplus
class TQT_QT_STRING_LIST_TYPE;
class QUObject;
#include <tqt4/Qt/qglobal.h>
#include <tqt4/Qt/qchar.h>
#include <tqt4/Qt/qnamespace.h>
#include <tqt4/Qt/qobjectdefs.h>
#include <tqt4/Qt/qlist.h>
#include <tqt4/Qt/qbytearray.h>
#include <tqt4/Qt/qstring.h>
#include <tqt4/Qt/qobject.h>
#include <tqucomextra_p.h>
#define QT_NO_QOBJECT
#include <tqt4/Qt/qiodevice.h>
#undef QT_NO_QOBJECT
#include <tqt4/Qt/qdatastream.h>
#include <tqt4/Qt/qvariant.h>
#include <tqt4/Qt/qmetaobject.h>
#include <tqeventloop.h>
#include <tqt4/Qt/qpaintdevice.h>
#include <tqt4/Qt/qvector.h>
#include <tqt4/Qt/qimage.h>
#include <tqt4/Qt/qpixmap.h>
#include <tqt4/Qt/qwidget.h>
#include <tqt4/Qt/q3painter.h>
#include <tqt4/Qt/qicon.h>
#include <tqt4/Qt/qstyle.h>
#include <tqt4/Qt/qtabbar.h>
#include <tqt4/Qt/qstyleoption.h>
#include <tqt4/Qt/qcommonstyle.h>
#include <tqt4/Qt/qapplication.h>
#include <tqt4/Qt/q3cstring.h>
#include <tqt4/Qt/q3pointarray.h>
#include <tqt4/Qt/qslider.h>
#include <tqt4/Qt/qscrollbar.h>
#include <tqt4/Qt/qfileinfo.h>
#include <tqt4/Qt/qmenu.h>
#include <tqt4/Qt/q3popupmenu.h>
#include <tqt4/Qt/qmenudata.h>
#include <tqt4/Qt/qdir.h>
#include <tqt4/Qt/qtooltip.h>
#include <tqt4/Qt/qmovie.h>
#include <tqt4/Qt/q3whatsthis.h>
#include <tqt4/Qt/qtextcodec.h>
#include <Qt/q3strlist.h>
#include <Qt/qx11info_x11.h>
#include <Qt/q3combobox.h>
#include <Qt/q3groupbox.h>
#include <Qt/q3progressbar.h>
#include <Qt/q3textstream.h>
#include <Qt/q3valuelist.h>
#include <Qt/q3url.h>
#include <Qt/qdesktopwidget.h>
#include <Qt/qevent.h>
#include <tqlistiterator.h>
#include <tqstringlist.h>
#endif /* __cplusplus */
#define tqchildren ptrchildren
#define tqaccess access()
#define tqcolorTable ptrColorTable
#define tqmask ptrmask
#define TQSO_Default SO_Default
#define tqqt_cast qobject_cast
#define TQ_Horizontal Qt::Horizontal
#define TQ_Vertical Qt::Vertical
#define TQImage_ScaleFree Qt::ScaleFree
#define TQ_Key_Shift Qt::Key_Shift
#define TQ_Key_Control Qt::Key_Control
#define TQ_Key_Alt Qt::Key_Alt
#define TQ_Key_Meta Qt::Key_Meta
#define TQ_Key_Super_L Qt::Key_Super_L
#define TQ_Key_Super_R Qt::Key_Super_R
#define TQ_Key_Hyper_L Qt::Key_Hyper_L
#define TQ_Key_Hyper_R Qt::Key_Hyper_R
#define TQ_ButtonState ButtonState
#define TQ_LeftButton Qt::LeftButton
#define TQ_MidButton Qt::MidButton
#define TQ_RightButton Qt::RightButton
#define TQ_ShiftButton Qt::ShiftButton
#define TQ_ControlButton Qt::ControlButton
#define TQ_AltButton Qt::AltButton
#define TQ_MetaButton Qt::MetaButton
#define TQIODevice_OpenModeFlag QIODevice::OpenModeFlag
#define TQAlignCenter Qt::AlignCenter
#define TQNoBrush Qt::NoBrush
#define QMetaData QMetaMethod
#define qt_xdisplay QX11Info::display
#define qt_xrootwin QX11Info::appRootWindow
#define qt_xscreen QX11Info::appScreen
#define qt_xget_temp_gc QPaintDevice::qt_xget_temp_gc
#define TickSetting TickPosition
#define ButtonState Qt::ButtonState
#define qHeapSort tqHeapSort
#define ColorOnly Qt::ColorOnly
#define MonoOnly Qt::MonoOnly
#define ColorMode_Mask Qt::ColorMode_Mask
#define tqred Qt::red
#define tqgreen Qt::green
#define tqblue Qt::blue
#define tqcyan Qt::cyan
#define tqmagenta Qt::magenta
#define tqyellow Qt::yellow
#define tqdarkRed Qt::darkRed
#define tqdarkGreen Qt::darkGreen
#define tqdarkBlue Qt::darkBlue
#define tqdarkCyan Qt::darkCyan
#define tqdarkMagenta Qt::darkMagenta
#define tqdarkYellow Qt::darkYellow
#define tqwhite Qt::white
#define tqlightGray Qt::lightGray
#define tqgray Qt::gray
#define tqdarkGray Qt::darkGray
#define tqblack Qt::black
#define tqcolor0 Qt::color0
#define tqcolor1 Qt::color1
#define tqblackptr &tqblackptr_core
#define SubRect SubElement
#define SR_PushButtonContents SE_PushButtonContents
#define SR_PushButtonFocusRect SE_PushButtonFocusRect
#define SR_CheckBoxIndicator SE_CheckBoxIndicator
#define SR_CheckBoxContents SE_CheckBoxContents
#define SR_CheckBoxFocusRect SE_CheckBoxFocusRect
#define SR_RadioButtonIndicator SE_RadioButtonIndicator
#define SR_RadioButtonContents SE_RadioButtonContents
#define SR_RadioButtonFocusRect SE_RadioButtonFocusRect
#define SR_ComboBoxFocusRect SE_ComboBoxFocusRect
#define SR_SliderFocusRect SE_SliderFocusRect
#define SR_DockWindowHandleRect SE_DockWindowHandleRect
#define SR_ProgressBarGroove SE_ProgressBarGroove
#define SR_ProgressBarContents SE_ProgressBarContents
#define SR_ProgressBarLabel SE_ProgressBarLabel
#define SR_ToolButtonContents SE_ToolButtonContents
#define SR_DialogButtonAccept SE_DialogButtonAccept
#define SR_DialogButtonReject SE_DialogButtonReject
#define SR_DialogButtonApply SE_DialogButtonApply
#define SR_DialogButtonHelp SE_DialogButtonHelp
#define SR_DialogButtonAll SE_DialogButtonAll
#define SR_DialogButtonAbort SE_DialogButtonAbort
#define SR_DialogButtonIgnore SE_DialogButtonIgnore
#define SR_DialogButtonRetry SE_DialogButtonRetry
#define SR_DialogButtonCustom SE_DialogButtonCustom
#define SR_ToolBoxTabContents SE_ToolBoxTabContents
#define SR_CustomBase SE_CustomBase
#define StylePixmap StandardPixmap
#define SP_DockWindowCloseButton SP_DockWidgetCloseButton
#define StyleFlags StateFlags
#define Style_Default QStyle::State_Default
#define Style_Enabled QStyle::State_Enabled
#define Style_Raised QStyle::State_Raised
#define Style_Sunken QStyle::State_Sunken
#define Style_Off QStyle::State_Off
#define Style_NoChange QStyle::State_NoChange
#define Style_On QStyle::State_On
#define Style_Down QStyle::State_DownArrow
#define Style_Horizontal QStyle::State_Horizontal
#define Style_HasFocus QStyle::State_HasFocus
#define Style_To QStyle::State_To
#define Style_Bottom QStyle::State_Bottom
#define Style_FocusAtBorder QStyle::State_FocusAtBorder
#define Style_AutoRaise QStyle::State_AutoRaise
#define Style_MouseOver QStyle::State_MouseOver
#define Style_Up QStyle::State_UpArrow
#define Style_Selected QStyle::State_Selected
#define Style_Active QStyle::State_Active
#define Style_ButtonDefault QStyle::State_ButtonDefault
#define PE_ArrowDown PE_IndicatorArrowDown
#define PE_ArrowUp PE_IndicatorArrowUp
#define PE_ButtonTool PE_PanelButtonTool
#define PE_DockWindowHandle PE_IndicatorToolBarHandle
#define PE_DockWindowSeparator PE_Q3DockWindowSeparator
#define PE_FocusRect PE_FrameFocusRect
#define PE_Panel PE_Frame
#define PE_RubberBand CE_RubberBand
#define PE_ScrollBarAddLine CE_ScrollBarAddLine
#define PE_ScrollBarAddPage CE_ScrollBarAddPage
#define PE_ScrollBarFirst CE_ScrollBarFirst
#define PE_ScrollBarLast CE_ScrollBarLast
#define PE_ScrollBarSlider CE_ScrollBarSlider
#define PE_ScrollBarSubLine CE_ScrollBarSubLine
#define PE_ScrollBarSubPage CE_ScrollBarSubPage
#define SC_ListView SC_Q3ListView
#define SC_ListViewBranch SC_Q3ListViewBranch
#define SC_ListViewExpand SC_Q3ListViewExpand
#define CC_ListView CC_Q3ListView
#define WState Qt::WidgetAttribute
#define WState_Polished Qt::WA_WState_Polished
#define WState_ForceHide Qt::WA_WState_Hidden
#define WStyle_Customize Qt::WStyle_Customize
#define WType_Popup Qt::WType_Popup
#define WX11BypassWM Qt::WX11BypassWM
#define SH_PopupMenu_Scrollable SH_Menu_Scrollable
#define SH_PopupMenu_SloppySubMenus SH_Menu_SloppySubMenus
#define SH_PopupMenu_SubMenuPopupDelay SH_Menu_SubMenuPopupDelay
#define SH_PopupMenu_AllowActiveAndDisabled SH_Menu_AllowActiveAndDisabled
#define SH_PopupMenu_MouseTracking SH_Menu_MouseTracking
#define CE_PopupMenuScroller CE_MenuScroller
#define PM_DockWindowHandleExtent PM_DockWidgetHandleExtent
#define PM_MenuBarFrameWidth PM_ToolBarFrameWidth
#define PM_DockWindowFrameWidth PM_DockWidgetFrameWidth
#define PM_PopupMenuScrollerHeight PM_MenuScrollerHeight
#define TQAccel Q3Accel
#define TQAccessible QAccessible
#define TQAccessibleObject QAccessibleObject
#define TQAction Q3Action
#define TQActionGroup Q3ActionGroup
#define TQApplication QApplication
#define TQAsciiCache Q3AsciiCache
#define TQAsciiCacheIterator Q3AsciiCacheIterator
#define TQAsciiDict Q3AsciiDict
#define TQAsciiDictIterator Q3AsciiDictIterator
#define TQImageConsumer QImageConsumer
#define TQImageFormat QImageFormat
#define TQImageFormatType QImageFormatType
#define TQImageDecoder QImageDecoder
#define TQAsyncIO QAsyncIO
#define TQByteArray QByteArray
#define TQDataSink QDataSink
#define TQDataSource QDataSource
#define TQIODeviceSource QIODeviceSource
#define TQDataPump QDataPump
#define TQBig5Codec QBig5Codec
#define TQBig5hkscsCodec QBig5hkscsCodec
#define TQBitVal QBitVal
#define TQBitArray QBitArray
#define TQBitmap QBitmap
#define TQBrush QBrush
#define TQBuffer QBuffer
#define TQButtonGroup Q3ButtonGroup
#define TQButton Q3Button
#define TQCache Q3Cache
#define TQCacheIterator Q3CacheIterator
#define TQCanvasChunk Q3CanvasChunk
#define TQCanvasItemList Q3CanvasItemList
#define TQCanvasItemExtra Q3CanvasItemExtra
#define TQCanvasItem Q3CanvasItem
#define TQCanvasData Q3CanvasData
#define TQCanvas Q3Canvas
#define TQCanvasViewData Q3CanvasViewData
#define TQCanvasView Q3CanvasView
#define TQCanvasPixmap Q3CanvasPixmap
#define TQCanvasPixmapArray Q3CanvasPixmapArray
#define TQCanvasSprite Q3CanvasSprite
#define TQPolygonalProcessor QPolygonalProcessor
#define TQCanvasPolygonalItem Q3CanvasPolygonalItem
#define TQCanvasRectangle Q3CanvasRectangle
#define TQCanvasPolygon Q3CanvasPolygon
#define TQCanvasSpline Q3CanvasSpline
#define TQCanvasLine Q3CanvasLine
#define TQCanvasEllipse Q3CanvasEllipse
#define TQCanvasTextExtra Q3CanvasTextExtra
#define TQCanvasText Q3CanvasText
#define TQCDEStyle QCDEStyle
#define TQCheckBox QCheckBox
#define TQShared Q3Shared
#define TQColor QColor
#define TQColorDialog QColorDialog
#define TQStringPairList Q3StringPairList
#define TQLineEdit QLineEdit
#define TQValidator QValidator
#define TQComboBoxData Q3ComboBoxData
#define TQComboTableItem Q3ComboTableItem
#define TQWheelEvent QWheelEvent
#define TQComboBox Q3ComboBox
#define TQCommonStyle QCommonStyle
#define TQCompactStyle QCompactStyle
#define TQConnection QConnection
#define TQCString Q3CString
#define TQCursor QCursor
#define TQDataBrowserPrivate Q3DataBrowserPrivate
#define TQDataBrowser Q3DataBrowser
#define TQDataStream QDataStream
#define TQSqlField QSqlField
#define TQDataTablePrivate QDataTablePrivate
#define TQDataTable Q3DataTable
#define TQDataView Q3DataView
#define TQDateEdit Q3DateEdit
#define TQTimeEdit Q3TimeEdit
#define TQDateTimeEdit Q3DateTimeEdit
#define TQDateTimeEditBase Q3DateTimeEditBase
#define TQDate QDate
#define TQTime QTime
#define TQDateTime QDateTime
#define TQDeepCopy Q3DeepCopy
#define TQDesktopWidget QDesktopWidget
#define TQDial QDial
#define TQDialog QDialog
#define TQDict Q3Dict
#define TQDictIterator Q3DictIterator
#define TQDir QDir
#define TQDirLineEdit QDirLineEdit
#define TQDirMultiLineEdit QDirMultiLineEdit
#define TQDns Q3Dns
#define TQDnsSocket QDnsSocket
#define TQDockArea Q3DockArea
#define TQDockAreaLayout QDockAreaLayout
#define TQDockWindow Q3DockWindow
#define TQDomImplementation QDomImplementation
#define TQDomNodeList QDomNodeList
#define TQDomDocumentType QDomDocumentType
#define TQDomDocument QDomDocument
#define TQDomNamedNodeMap QDomNamedNodeMap
#define TQDomDocumentFragment QDomDocumentFragment
#define TQDomCharacterData QDomCharacterData
#define TQDomAttr QDomAttr
#define TQDomElement QDomElement
#define TQDomText QDomText
#define TQDomComment QDomComment
#define TQDomCDATASection QDomCDATASection
#define TQDomNotation QDomNotation
#define TQDomEntity QDomEntity
#define TQDomEntityReference QDomEntityReference
#define TQDomProcessingInstruction QDomProcessingInstruction
#define TQDomNode QDomNode
#define TQDragObject Q3DragObject
#define TQStoredDrag Q3StoredDrag
#define TQTextDrag Q3TextDrag
#define TQImageDrag Q3ImageDrag
#define TQUriDrag Q3UriDrag
#define TQColorDrag Q3ColorDrag
#define TQDropSite Q3DropSite
#define TQEditorFactory Q3EditorFactory
#define TQErrorMessage QErrorMessage
#define TQEucJpCodec QEucJpCodec
#define TQEucKrCodec QEucKrCodec
#define TQEvent QEvent
#define TQTimerEvent QTimerEvent
#define TQMouseEvent QMouseEvent
#define TQWheelEvent QWheelEvent
#define TQTabletEvent QTabletEvent
#define TQKeyEvent QKeyEvent
#define TQFocusEvent QFocusEvent
#define TQPaintEvent QPaintEvent
#define TQMoveEvent QMoveEvent
#define TQResizeEvent QResizeEvent
#define TQCloseEvent QCloseEvent
#define TQIconDragEvent QIconDragEvent
#define TQShowEvent QShowEvent
#define TQHideEvent QHideEvent
#define TQContextMenuEvent QContextMenuEvent
#define TQIMEvent QIMEvent
#define TQIMComposeEvent QIMComposeEvent
#define TQDropEvent QDropEvent
#define TQDragMoveEvent QDragMoveEvent
#define TQDragEnterEvent QDragEnterEvent
#define TQDragResponseEvent QDragResponseEvent
#define TQDragLeaveEvent QDragLeaveEvent
#define TQChildEvent QChildEvent
#define TQCustomEvent QCustomEvent
#define TQFileIconProvider Q3FileIconProvider
#define TQFilePreview Q3FilePreview
#define TQFileDialog Q3FileDialog
#define TQFile QFile
#define TQFileInfo QFileInfo
#define TQFileInfoList QFileInfoList
#define TQFileInfoListIterator TQListIteratorRetPtr<QFileInfo>
#define TQFocusData QFocusData
#define TQFontDatabase QFontDatabase
#define TQFont QFont
#define TQFontInfo QFontInfo
#define TQFontMetrics QFontMetrics
#define TQFrame Q3Frame
#define TQFtp Q3Ftp
#define TQGArray QGArray
#define TQGb18030Codec QGb18030Codec
#define TQGbkCodec QGbkCodec
#define TQGb2312Codec QGb2312Codec
#define TQGCache QGCache
#define TQGCacheIterator QGCacheIterator
#define TQBaseBucket QBaseBucket
#define TQStringBucket QStringBucket
#define TQAsciiBucket QAsciiBucket
#define TQIntBucket QIntBucket
#define TQPtrBucket QPtrBucket
#define TQGDict Q3GDict
#define TQGDictIterator Q3GDictIterator
#define TQGLColormap QGLColormap
#define TQGL QGL
#define TQGLFormat QGLFormat
#define TQGLContext QGLContext
#define TQGLWidget QGLWidget
#define TQLNode QLNode
#define TQGList Q3GList
#define TQGListIterator Q3GListIterator
#define TQGListStdIterator Q3GListStdIterator
#define TQGPlugin QGPlugin
#define TQGrid Q3Grid
#define TQGridView Q3GridView
#define TQGroupBox Q3GroupBox
#define TQGuardedPtr QPointer
#define TQGuardedPtrPrivate QPointerPrivate
#define TQGVector QGVector
#define TQHBox Q3HBox
#define TQHButtonGroup Q3HButtonGroup
#define TQHeader Q3Header
#define TQHGroupBox Q3HGroupBox
#define TQHostAddress QHostAddress
#define TQHttpHeader Q3HttpHeader
#define TQHttpResponseHeader Q3HttpResponseHeader
#define TQHttpRequestHeader Q3HttpRequestHeader
#define TQHttp Q3Http
#define TQIconSet QIcon
#define TQIconDragItem Q3IconDragItem
#define TQIconDrag Q3IconDrag
#define TQIconViewItem Q3IconViewItem
#define TQIconView Q3IconView
#define TQImageFormatPlugin QImageFormatPlugin
#define TQImageTextKeyLang QImageTextKeyLang
#define TQImage QImage
#define TQInputContextFactory QInputContextFactory
#define TQInputContext QInputContext
#define TQIntCache Q3IntCache
#define TQIntCacheIterator Q3IntCacheIterator
#define TQIntDict Q3IntDict
#define TQIntDictIterator Q3IntDictIterator
#define TQIODevice QIODevice
#define TQJisCodec QJisCodec
#define TQJpUnicodeConv QJpUnicodeConv
#define TQKeySequence QKeySequence
#define TQLabel QLabel
#define TQGLayoutIterator QGLayoutIterator
#define TQLayoutIterator QLayoutIterator
#define TQLayoutItem QLayoutItem
#define TQSpacerItem QSpacerItem
#define TQWidgetItem QWidgetItem
#define TQLayout QLayout
#define TQGridLayout QGridLayout
#define TQBoxLayout QBoxLayout
#define TQHBoxLayout QHBoxLayout
#define TQVBoxLayout QVBoxLayout
#define TQLCDNumber QLCDNumber
#define TQLibrary QLibrary
#define TQLineEdit QLineEdit
#define TQListBox Q3ListBox
#define TQListBoxItem Q3ListBoxItem
#define TQListBoxText Q3ListBoxText
#define TQListBoxPixmap Q3ListBoxPixmap
#define TQListViewItem Q3ListViewItem
#define TQListView Q3ListView
#define TQCheckListItem Q3CheckListItem
#define TQListViewItemIterator Q3ListViewItemIterator
#define TQLocale QLocale
#define TQLocalFs Q3LocalFs
#define TQMainWindow Q3MainWindow
#define TQMemArray Q3MemArray
#define TQMenuBar QMenuBar
#define TQMenuItem QMenuItem
#define TQCustomMenuItem QCustomMenuItem
#define TQMenuData QMenuData
#define TQMessageBox QMessageBox
#define TQMetaProperty QMetaProperty
#define TQMetaObject const QMetaObject
#define TQMetaObjectCleanUp QMetaObjectCleanUp
#define TQMimeSource QMimeSource
#define TQMimeSourceFactory Q3MimeSourceFactory
#define TQWindowsMime QWindowsMime
#define TQMacMime QMacMime
#define TQMotifPlusStyle QMotifPlusStyle
#define TQMotifStyle QMotifStyle
#define TQMultiLineEdit Q3MultiLineEdit
#define TQMutex QMutex
#define TQMutexLocker QMutexLocker
#define TQt Qt
#define TQInternal QInternal
#define TQNetworkProtocolFactoryBase QNetworkProtocolFactoryBase
#define TQNetworkProtocolFactory QNetworkProtocolFactory
#define TQNetworkProtocol Q3NetworkProtocol
#define TQNetworkOperation Q3NetworkOperation
#define TQObjectCleanupHandler QObjectCleanupHandler
#define TQObjectDictionary QObjectDictionary
#define TQObject QObject
#define TQObjectUserData QObjectUserData
#define TQObject QObject
#define TQObjectList TQPtrList<QObject>
#define TQObjectListIterator TQPtrListIterator<QObject>
#define TQObjectListIt TQObjectListIterator
#define TQPaintDevice QPaintDevice
#define TQPaintDeviceMetrics Q3PaintDeviceMetrics
#define TQPainter Q3Painter
#define TQColorGroup QColorGroup
#define TQPalette QPalette
#define TQPen QPen
#define TQPicture Q3Picture
#define TQPixmapCache QPixmapCache
#define TQPixmap QPixmap
#define TQPlatinumStyle QPlatinumStyle
#define TQPNGImageWriter QPNGImageWriter
#define TQPNGImagePacker QPNGImagePacker
#define TQPointArray Q3PointArray
#define TQPoint QPoint
#define TQPolygonScanner QPolygonScanner
#define TQPopupMenu Q3PopupMenu
#define TQPrintDialog QPrintDialog
#define TQPrinter QPrinter
#define TQProcess Q3Process
#define TQProgressBar Q3ProgressBar
#define TQProgressDialog Q3ProgressDialog
#define TQPtrCollection Q3PtrCollection
#define TQPtrDict Q3PtrDict
#define TQPtrDictIterator Q3PtrDictIterator
#define TQPtrQueue Q3PtrQueue
#define TQPtrStack Q3PtrStack
#define TQPtrVector Q3PtrVector
#define TQPushButton QPushButton
#define TQRadioButton QRadioButton
#define TQRangeControl Q3RangeControl
#define TQSpinWidget QSpinWidget
#define TQRect QRect
#define TQRegExp QRegExp
#define TQRegion QRegion
#define TQHebrewCodec QHebrewCodec
#define TQScrollBar QScrollBar
#define TQScrollView Q3ScrollView
#define TQSemaphore Q3Semaphore
#define TQSemiModal QSemiModal
#define TQServerSocket Q3ServerSocket
#define TQSettings QSettings
#define TQSGIStyle QSGIStyle
#define TQSignal Q3Signal
#define TQSignalMapper QSignalMapper
#define TQConnectionList QConnectionList
#define TQConnectionListIt QConnectionListIt
#define TQSignalVec QSignalVec
#define TQSimpleRichText Q3SimpleRichText
#define TQSizeGrip QSizeGrip
#define TQSize QSize
#define TQSizePolicy QSizePolicy
#define TQSjisCodec QSjisCodec
#define TQSlider QSlider
#define TQSocketDevice Q3SocketDevice
#define TQSocket Q3Socket
#define TQSocketNotifier QSocketNotifier
#define TQSortedList QSortedList
#define TQSound QSound
#define TQSpinBox QSpinBox
#define TQSplashScreen QSplashScreen
#define TQSplitter QSplitter
#define TQSqlCursor Q3SqlCursor
#define TQSqlDatabase QSqlDatabase
#define TQSqlDriver QSqlDriver
#define TQSqlDriverPlugin QSqlDriverPlugin
#define TQSqlEditorFactory Q3SqlEditorFactory
#define TQSqlError QSqlError
#define TQSqlFieldPrivate QSqlFieldPrivate
#define TQSqlField QSqlField
#define TQSqlFieldInfo Q3SqlFieldInfo
#define TQSqlForm Q3SqlForm
#define TQSql QSql
#define TQSqlIndex QSqlIndex
#define TQSqlPropertyMap Q3SqlPropertyMap
#define TQSqlQuery QSqlQuery
#define TQSqlResultShared QSqlResultShared
#define TQSqlRecordShared QSqlRecordShared
#define TQSqlRecord QSqlRecord
#define TQSqlRecordInfo Q3SqlRecordInfo
#define TQSqlResult QSqlResult
#define TQSqlSelectCursorPrivate QSqlSelectCursorPrivate
#define TQSqlSelectCursor Q3SqlSelectCursor
#define TQStatusBar QStatusBar
#define TQChar QChar
#define TQString QString
#define TQCharRef QCharRef
#define TQConstString QConstString
#define TQStrVec QStrVec
#define TQStrIVec QStrIVec
#define TQStyleFactory QStyleFactory
#define TQStyleOption QStyleOption
#define TQStyle QStyle
#define TQStyleHintReturn QStyleHintReturn
#define TQStylePlugin QStylePlugin
#define TQStyleSheetItem Q3StyleSheetItem
#define TQStyleSheet Q3StyleSheet
#define TQSyntaxHighlighter Q3SyntaxHighlighter
#define TQTab QTab
#define TQTabBar QTabBar
#define TQTabDialog Q3TabDialog
#define TQTableSelection Q3TableSelection
#define TQTableItem Q3TableItem
#define TQCheckTableItem Q3CheckTableItem
#define TQTable Q3Table
#define TQTabWidget QTabWidget
#define TQTextBrowser Q3TextBrowser
#define TQTextCodecFactory QTextCodecFactory
#define TQTextEncoder QTextEncoder
#define TQTextDecoder QTextDecoder
#define TQTextCodec QTextCodec
#define TQTextCodecPlugin QTextCodecPlugin
#define TQTextEdit Q3TextEdit
#define TQTextStream Q3TextStream
#define TQTextIStream QTextIStream
#define TQTextOStream QTextOStream
#define TQTSManip QTSManip
#define TQTextView Q3TextView
#define TQThread QThread
#define TQThreadStorageData QThreadStorageData
#define TQThreadStorage QThreadStorage
#define TQTimer QTimer
#define TQTextOStreamIterator QTextOStreamIterator
#define TQBackInsertIterator QBackInsertIterator
#define TQtMsgType QtMsgType
#define TQtMsgHandler QtMsgHandler
#define TQToolBar Q3ToolBar
#define TQToolBox QToolBox
#define TQToolButton QToolButton
#define TQToolTipGroup QToolTipGroup
#define TQToolTip QToolTip
#define TQTranslator QTranslator
#define TQTranslatorMessage QTranslatorMessage
#define TQTsciiCodec QTsciiCodec
#define TQUrl Q3Url
#define TQUrlInfo QUrlInfo
#define TQUrlOperator Q3UrlOperator
#define TQUtf8Codec QUtf8Codec
#define TQUtf16Codec QUtf16Codec
#define TQValidator QValidator
#define TQIntValidator QIntValidator
#define TQDoubleValidator QDoubleValidator
#define TQRegExpValidator QRegExpValidator
#define TQValueStack Q3ValueStack
#define TQValueVectorPrivate QValueVectorPrivate
#define TQValueVector Q3ValueVector
#define TQVariant QVariant
#define TQVBox Q3VBox
#define TQVButtonGroup Q3VButtonGroup
#define TQVGroupBox Q3VGroupBox
#define TQWaitCondition QWaitCondition
#define TQWhatsThis Q3WhatsThis
#define TQWidgetFactory QWidgetFactory
#define TQWidget QWidget
#define TQWidgetIntDict QWidgetIntDict
#define TQWidgetIntDictIt QWidgetIntDictIt
#define TQWidgetPlugin QWidgetPlugin
#define TQWidgetContainerPlugin QWidgetContainerPlugin
#define TQWidgetStack Q3WidgetStack
#define TQWidgetStackAccelManager Q3WidgetStackAccelManager
#define TQWindowsStyle QWindowsStyle
#define TQWizard Q3Wizard
#define TQWMatrix QMatrix
#define TQWorkspace QWorkspace
#define TQXmlNamespaceSupport QXmlNamespaceSupport
#define TQXmlAttributes QXmlAttributes
#define TQXmlInputSource QXmlInputSource
#define TQXmlParseException QXmlParseException
#define TQXmlReader QXmlReader
#define TQXmlSimpleReader QXmlSimpleReader
#define TQXmlLocator QXmlLocator
#define TQXmlContentHandler QXmlContentHandler
#define TQXmlErrorHandler QXmlErrorHandler
#define TQXmlDTDHandler QXmlDTDHandler
#define TQXmlEntityResolver QXmlEntityResolver
#define TQXmlLexicalHandler QXmlLexicalHandler
#define TQXmlDeclHandler QXmlDeclHandler
#define TQXmlDefaultHandler QXmlDefaultHandler
#endif
#endif /* TQT_VERSION_ONLY */
#endif /* TQT_H */