diff options
Diffstat (limited to 'doc/datastreamformat.doc')
-rw-r--r-- | doc/datastreamformat.doc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/datastreamformat.doc b/doc/datastreamformat.doc index 7a62e965f..6661656c9 100644 --- a/doc/datastreamformat.doc +++ b/doc/datastreamformat.doc @@ -133,14 +133,14 @@ and to read back into the same TQt integer type when reading. \i Shape id (TQ_INT16) \i If shape is BitmapCursor: The bitmap (QPixmap), mask (QPixmap) and hot spot (QPoint) \endlist -\row \i QDate +\row \i TQDate \i \list \i Julian day (TQ_UINT32) \endlist -\row \i QDateTime +\row \i TQDateTime \i \list - \i Date (QDate) - \i Time (QTime) + \i Date (TQDate) + \i Time (TQTime) \endlist \row \i QFont \i \list @@ -220,7 +220,7 @@ and to read back into the same TQt integer type when reading. otherwise: The string length (TQ_UINT32) followed by the data in UTF-16 \endlist -\row \i QTime +\row \i TQTime \i \list \i Milliseconds since midnight (TQ_UINT32) \endlist |