diff options
author | Michele Calgaro <[email protected]> | 2024-08-25 13:29:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-29 22:23:36 +0900 |
commit | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (patch) | |
tree | 52cd81c90621c81b3a96273110e8f8bba6b15859 /doc/porting3.doc | |
parent | 367ff3fb9e3933f6704c98359cdd8d934ace941f (diff) | |
download | tqt3-7b1d2ad2df8cd011b487c43336aa67639fa359c9.tar.gz tqt3-7b1d2ad2df8cd011b487c43336aa67639fa359c9.zip |
Remove obsolete ntqabstractlayout.h header
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index 6770743d0..955f47107 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -444,9 +444,8 @@ for the \c echo parameter. The definitions of \l TQGLayoutIterator, \l TQLayout, \l TQLayoutItem, \l TQLayoutIterator, \l TQSpacerItem and \l TQWidgetItem have been moved from \c -<ntqabstractlayout.h> to \c <tqlayout.h>. The header \c -<ntqabstractlayout.h> now includes \c <tqlayout.h> for compatibility. It -might be removed in a future version. +<tqabstractlayout.h> to \c <tqlayout.h>. The header \c +<tqabstractlayout.h> has been removed. \section1 TQListViewItem |