|
|
|
@ -367,12 +367,15 @@ Boston, MA 02110-1301, USA.
|
|
|
|
|
#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
|
|
|
|
@ -1016,6 +1019,7 @@ Boston, MA 02110-1301, USA.
|
|
|
|
|
#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))))
|
|
|
|
|
|
|
|
|
|
#define TQT_TQOBJECT_OBJECT(x) x
|
|
|
|
|