From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqmetaobject.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqmetaobject.html') diff --git a/doc/html/ntqmetaobject.html b/doc/html/ntqmetaobject.html index 815d1261..ee5f0f87 100644 --- a/doc/html/ntqmetaobject.html +++ b/doc/html/ntqmetaobject.html @@ -144,18 +144,18 @@ or 0 if no such property exists.

If super is TRUE, inherited properties are included.

See also propertyNames(). -

TQStrList TQMetaObject::propertyNames ( bool super = FALSE ) const +

TQStrList TQMetaObject::propertyNames ( bool super = FALSE ) const

Returns a list with the names of all this class's properties.

If super is TRUE, inherited properties are included.

See also property(). -

TQStrList TQMetaObject::signalNames ( bool super = FALSE ) const +

TQStrList TQMetaObject::signalNames ( bool super = FALSE ) const

Returns a list with the names of all this class's signals.

If super is TRUE, inherited signals are included. -

TQStrList TQMetaObject::slotNames ( bool super = FALSE ) const +

TQStrList TQMetaObject::slotNames ( bool super = FALSE ) const

Returns a list with the names of all this class's slots.

If super is TRUE, inherited slots are included. -- cgit v1.2.1