summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsplitter.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsplitter.html')
-rw-r--r--doc/html/ntqsplitter.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqsplitter.html b/doc/html/ntqsplitter.html
index 88f10e783..46eabb1ad 100644
--- a/doc/html/ntqsplitter.html
+++ b/doc/html/ntqsplitter.html
@@ -89,12 +89,12 @@ The TQSplitter class implements a splitter widget.
<p> A splitter lets the user control the size of child widgets by
dragging the boundary between the children. Any number of widgets
may be controlled by a single splitter.
-<p> To show a <a href="ntqlistbox.html">TQListBox</a>, a <a href="ntqlistview.html">TQListView</a> and a <a href="ntqtextedit.html">TQTextEdit</a> side by side:
+<p> To show a <a href="ntqlistbox.html">TQListBox</a>, a <a href="ntqlistview.html">TQListView</a> and a <a href="tqtextedit.html">TQTextEdit</a> side by side:
<pre>
TQSplitter *split = new TQSplitter( parent );
<a href="ntqlistbox.html">TQListBox</a> *lb = new <a href="ntqlistbox.html">TQListBox</a>( split );
<a href="ntqlistview.html">TQListView</a> *lv = new <a href="ntqlistview.html">TQListView</a>( split );
- <a href="ntqtextedit.html">TQTextEdit</a> *ed = new <a href="ntqtextedit.html">TQTextEdit</a>( split );
+ <a href="tqtextedit.html">TQTextEdit</a> *ed = new <a href="tqtextedit.html">TQTextEdit</a>( split );
</pre>
<p> TQSplitter lays out its children horizontally (side by side); you
@@ -309,14 +309,14 @@ side). The possible orientations are <a href="ntqt.html#Orientation-enum">Horizo
<p>Set this property's value with <a href="#setOrientation">setOrientation</a>() and get this property's value with <a href="#orientation">orientation</a>().
<hr><h2>Related Functions</h2>
-<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="ntqtextstream.html">TQTextStream</a>&nbsp;&amp;&nbsp;ts, const&nbsp;<a href="ntqsplitter.html">TQSplitter</a>&nbsp;&amp;&nbsp;splitter )
+<h3 class=fn><a href="tqtextstream.html">TQTextStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="tqtextstream.html">TQTextStream</a>&nbsp;&amp;&nbsp;ts, const&nbsp;<a href="ntqsplitter.html">TQSplitter</a>&nbsp;&amp;&nbsp;splitter )
</h3>
<p> Writes the sizes and the hidden state of the widgets in the
splitter <em>splitter</em> to the text stream <em>ts</em>.
<p> <p>See also <a href="#operator-gt-gt">operator&gt;&gt;</a>(), <a href="#sizes">sizes</a>(), and <a href="tqwidget.html#hidden-prop">TQWidget::hidden</a>.
-<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="ntqtextstream.html">TQTextStream</a>&nbsp;&amp;&nbsp;ts, <a href="ntqsplitter.html">TQSplitter</a>&nbsp;&amp;&nbsp;splitter )
+<h3 class=fn><a href="tqtextstream.html">TQTextStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="tqtextstream.html">TQTextStream</a>&nbsp;&amp;&nbsp;ts, <a href="ntqsplitter.html">TQSplitter</a>&nbsp;&amp;&nbsp;splitter )
</h3>
<p> Reads the sizes and the hidden state of the widgets in the