From 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Jun 2024 21:53:17 +0900 Subject: Rename date and time nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/datastreamformat.doc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/datastreamformat.doc') 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 -- cgit v1.2.1