diff options
author | Michele Calgaro <[email protected]> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/datastreamformat.doc | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.tar.gz tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.zip |
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
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 |