From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* Signed-off-by: Michele Calgaro --- doc/html/customlayout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/customlayout.html') diff --git a/doc/html/customlayout.html b/doc/html/customlayout.html index 5b9c77732..23b663e78 100644 --- a/doc/html/customlayout.html +++ b/doc/html/customlayout.html @@ -146,7 +146,7 @@ void CardLayout::addItem( TQLayoutItem *item )

The layout takes over responsibility of the items added. Since -TQLayoutItem does not inherit TQObject, we must delete the items +TQLayoutItem does not inherit TQObject, we must delete the items manually. The function TQLayout::deleteAllItems() uses the iterator we defined above to delete all the items in the layout.

-- 
cgit v1.2.1