From 7552c6d73043b1040139033f6864db48ae5446cf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jul 2024 21:37:22 +0900 Subject: Rename main window nt* related files to equivalent tq*. The file "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro --- doc/html/objecttrees.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/objecttrees.html') diff --git a/doc/html/objecttrees.html b/doc/html/objecttrees.html index 1ebc663e7..866d477e2 100644 --- a/doc/html/objecttrees.html +++ b/doc/html/objecttrees.html @@ -52,8 +52,8 @@ we'd want, because the buttons and label are children of the message box.

You can also delete child objects yourself, and they will remove themselves from their parents. For example, when the user removes a -toolbar it may lead to the application deleting one of its TQToolBar -objects, in which case the tool bar's TQMainWindow parent would +toolbar it may lead to the application deleting one of its TQToolBar +objects, in which case the tool bar's TQMainWindow parent would detect the change and reconfigure its screen space accordingly.

The debugging functions TQObject::dumpObjectTree() and TQObject::dumpObjectInfo() are often useful when an application looks or acts strangely. -- cgit v1.2.1