summaryrefslogtreecommitdiffstats
path: root/doc/html/qglayoutiterator.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qglayoutiterator.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qglayoutiterator.html')
-rw-r--r--doc/html/qglayoutiterator.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qglayoutiterator.html b/doc/html/qglayoutiterator.html
index d8501a0f9..0a11b12d2 100644
--- a/doc/html/qglayoutiterator.html
+++ b/doc/html/qglayoutiterator.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQGLayoutIterator class is an abstract base class of internal layout iterators.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qlayout-h.html">qlayout.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;</tt>
<p><a href="qglayoutiterator-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -49,11 +49,11 @@ The TQGLayoutIterator class is an abstract base class of internal layout iterato
<p>
<p> (This class is <em>not</em> OpenGL related, it just happens to start with
-the letters <a href="qgl.html">TQGL</a>...)
+the letters <a href="ntqgl.html">TQGL</a>...)
<p> Subclass this class to create a custom layout. The functions that
must be implemented are <a href="#next">next</a>(), <a href="#current">current</a>(), and <a href="#takeCurrent">takeCurrent</a>().
<p> The TQGLayoutIterator implements the functionality of
-<a href="qlayoutiterator.html">TQLayoutIterator</a>. Each subclass of <a href="qlayout.html">TQLayout</a> needs a
+<a href="qlayoutiterator.html">TQLayoutIterator</a>. Each subclass of <a href="ntqlayout.html">TQLayout</a> needs a
TQGLayoutIterator subclass.
<p>See also <a href="appearance.html">Widget Appearance and Style</a> and <a href="geomanagement.html">Layout Management</a>.