diff options
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index 75e211e58..430fb117d 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -473,8 +473,7 @@ than the first two required parameters you will must add a value for the <tt>echo</tt> parameter. <p> <h2> <a href="tqlayout.html">TQLayout</a> and Other Abstract Layout Classes </h2> -<a name="12"></a><p> The definitions of <a href="tqglayoutiterator.html">TQGLayoutIterator</a>, <a href="tqlayout.html">TQLayout</a>, <a href="tqlayoutitem.html">TQLayoutItem</a>, <a href="tqlayoutiterator.html">TQLayoutIterator</a>, <a href="tqspaceritem.html">TQSpacerItem</a> and <a href="tqwidgetitem.html">TQWidgetItem</a> have been moved from <tt><ntqabstractlayout.h></tt> to <tt><tqlayout.h></tt>. The header <tt><ntqabstractlayout.h></tt> now includes <tt><tqlayout.h></tt> for compatibility. It -might be removed in a future version. +<a name="12"></a><p> The definitions of <a href="tqglayoutiterator.html">TQGLayoutIterator</a>, <a href="tqlayout.html">TQLayout</a>, <a href="tqlayoutitem.html">TQLayoutItem</a>, <a href="tqlayoutiterator.html">TQLayoutIterator</a>, <a href="tqspaceritem.html">TQSpacerItem</a> and <a href="tqwidgetitem.html">TQWidgetItem</a> have been moved from <tt><tqabstractlayout.h></tt> to <tt><tqlayout.h></tt>. The header <tt><tqabstractlayout.h></tt> has been removed. <p> <h2> <a href="tqlistviewitem.html">TQListViewItem</a> </h2> <a name="13"></a><p> The paintBranches() function in TQt 2.x had a GUIStyle parameter; this |