diff options
Diffstat (limited to 'doc/html/qglayoutiterator.html')
-rw-r--r-- | doc/html/qglayoutiterator.html | 6 |
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 <<a href="qlayout-h.html">qlayout.h</a>></tt> +<p><tt>#include <<a href="qlayout-h.html">ntqlayout.h</a>></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>. |