summaryrefslogtreecommitdiffstats
path: root/doc/html/qlistboxtext.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qlistboxtext.html')
-rw-r--r--doc/html/qlistboxtext.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qlistboxtext.html b/doc/html/qlistboxtext.html
index e4efeb56..b2d21fe8 100644
--- a/doc/html/qlistboxtext.html
+++ b/doc/html/qlistboxtext.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQListBoxText class provides list box items that display text.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qlistbox-h.html">qlistbox.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qlistbox-h.html">ntqlistbox.h</a>&gt;</tt>
<p>Inherits <a href="qlistboxitem.html">TQListBoxItem</a>.
<p><a href="qlistboxtext-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -57,19 +57,19 @@ The TQListBoxText class provides list box items that display text.
<p> The text is drawn in the widget's current font. If you need
several different fonts, you must implement your own subclass of
<a href="qlistboxitem.html">TQListBoxItem</a>.
-<p> <p>See also <a href="qlistbox.html">TQListBox</a>, <a href="qlistboxitem.html">TQListBoxItem</a>, and <a href="advanced.html">Advanced Widgets</a>.
+<p> <p>See also <a href="ntqlistbox.html">TQListBox</a>, <a href="qlistboxitem.html">TQListBoxItem</a>, and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQListBoxText"></a>TQListBoxText::TQListBoxText ( <a href="qlistbox.html">TQListBox</a>&nbsp;*&nbsp;listbox, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;text = TQString::null )
+<h3 class=fn><a name="TQListBoxText"></a>TQListBoxText::TQListBoxText ( <a href="ntqlistbox.html">TQListBox</a>&nbsp;*&nbsp;listbox, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text = TQString::null )
</h3>
Constructs a list box item in list box <em>listbox</em> showing the text
<em>text</em>.
-<h3 class=fn><a name="TQListBoxText-2"></a>TQListBoxText::TQListBoxText ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;text = TQString::null )
+<h3 class=fn><a name="TQListBoxText-2"></a>TQListBoxText::TQListBoxText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text = TQString::null )
</h3>
Constructs a list box item showing the text <em>text</em>.
-<h3 class=fn><a name="TQListBoxText-3"></a>TQListBoxText::TQListBoxText ( <a href="qlistbox.html">TQListBox</a>&nbsp;*&nbsp;listbox, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;after )
+<h3 class=fn><a name="TQListBoxText-3"></a>TQListBoxText::TQListBoxText ( <a href="ntqlistbox.html">TQListBox</a>&nbsp;*&nbsp;listbox, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;after )
</h3>
Constructs a list box item in list box <em>listbox</em> showing the text
<em>text</em>. The item is inserted after the item <em>after</em>, or at the
@@ -79,18 +79,18 @@ beginning if <em>after</em> is 0.
</h3>
Destroys the item.
-<h3 class=fn>int <a name="height"></a>TQListBoxText::height ( const&nbsp;<a href="qlistbox.html">TQListBox</a>&nbsp;*&nbsp;lb ) const<tt> [virtual]</tt>
+<h3 class=fn>int <a name="height"></a>TQListBoxText::height ( const&nbsp;<a href="ntqlistbox.html">TQListBox</a>&nbsp;*&nbsp;lb ) const<tt> [virtual]</tt>
</h3>
Returns the height of a line of text in list box <em>lb</em>.
<p> <p>See also <a href="#paint">paint</a>() and <a href="#width">width</a>().
<p>Reimplemented from <a href="qlistboxitem.html#height">TQListBoxItem</a>.
-<h3 class=fn>void <a name="paint"></a>TQListBoxText::paint ( <a href="qpainter.html">TQPainter</a>&nbsp;*&nbsp;painter )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="paint"></a>TQListBoxText::paint ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;painter )<tt> [virtual protected]</tt>
</h3>
Draws the text using <em>painter</em>.
<p>Reimplemented from <a href="qlistboxitem.html#paint">TQListBoxItem</a>.
-<h3 class=fn>int <a name="width"></a>TQListBoxText::width ( const&nbsp;<a href="qlistbox.html">TQListBox</a>&nbsp;*&nbsp;lb ) const<tt> [virtual]</tt>
+<h3 class=fn>int <a name="width"></a>TQListBoxText::width ( const&nbsp;<a href="ntqlistbox.html">TQListBox</a>&nbsp;*&nbsp;lb ) const<tt> [virtual]</tt>
</h3>
Returns the width of this line in list box <em>lb</em>.
<p> <p>See also <a href="#paint">paint</a>() and <a href="#height">height</a>().