From 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jun 2024 19:02:23 +0900 Subject: Rename template library nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/object.doc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/object.doc') diff --git a/doc/object.doc b/doc/object.doc index 175e9bc92..381f96030 100644 --- a/doc/object.doc +++ b/doc/object.doc @@ -323,16 +323,16 @@ the enumeration type \c Priority for the property, this type must be registered with the property system as well. There are two exceptions to the above: The type of a property can also -be either \link QValueList QValueList\\endlink or \link -QMap QMap\\endlink. In -these cases the type must be specified as \c QValueList or as \c QMap +be either \link TQValueList TQValueList\\endlink or \link +TQMap TQMap\\endlink. In +these cases the type must be specified as \c TQValueList or as \c TQMap (i.e. without their template parameters). It is possible to set a value by name, like this: \code obj->setProperty( "priority", "VeryHigh" ); \endcode -In the case of \c QValueList and \c QMap properties the value passes +In the case of \c TQValueList and \c TQMap properties the value passes is a QVariant whose value is the entire list or map. Enumeration types are registered with the \c TQ_ENUMS macro. Here's the -- cgit v1.2.1