summaryrefslogtreecommitdiffstats
path: root/doc/html/progressbar-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/progressbar-example.html')
-rw-r--r--doc/html/progressbar-example.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html
index 54a1e21f..5b40c64f 100644
--- a/doc/html/progressbar-example.html
+++ b/doc/html/progressbar-example.html
@@ -96,7 +96,7 @@ protected slots:
#include &lt;<a href="tqradiobutton-h.html">tqradiobutton.h</a>&gt;
#include &lt;<a href="tqpushbutton-h.html">tqpushbutton.h</a>&gt;
#include &lt;<a href="tqprogressbar-h.html">tqprogressbar.h</a>&gt;
-#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;
+#include &lt;<a href="tqlayout-h.html">tqlayout.h</a>&gt;
#include &lt;<a href="qmotifstyle-h.html">ntqmotifstyle.h</a>&gt;
@@ -121,19 +121,19 @@ protected slots:
slow = new <a href="tqradiobutton.html">TQRadioButton</a>( "S&amp;low", this );
normal = new <a href="tqradiobutton.html">TQRadioButton</a>( "&amp;Normal", this );
fast = new <a href="tqradiobutton.html">TQRadioButton</a>( "&amp;Fast", this );
- <a href="qvboxlayout.html">TQVBoxLayout</a>* vb1 = new <a href="qvboxlayout.html">TQVBoxLayout</a>;
+ <a href="tqvboxlayout.html">TQVBoxLayout</a>* vb1 = new <a href="tqvboxlayout.html">TQVBoxLayout</a>;
<a name="x964"></a> toplayout-&gt;<a href="tqgridlayout.html#addLayout">addLayout</a>( vb1, 0, 0 );
- vb1-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( slow );
- vb1-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( normal );
- vb1-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( fast );
+ vb1-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( slow );
+ vb1-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( normal );
+ vb1-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( fast );
// two push buttons, one for start, for for reset.
start = new <a href="tqpushbutton.html">TQPushButton</a>( "&amp;Start", this );
reset = new <a href="tqpushbutton.html">TQPushButton</a>( "&amp;Reset", this );
- <a href="qvboxlayout.html">TQVBoxLayout</a>* vb2 = new <a href="qvboxlayout.html">TQVBoxLayout</a>;
+ <a href="tqvboxlayout.html">TQVBoxLayout</a>* vb2 = new <a href="tqvboxlayout.html">TQVBoxLayout</a>;
toplayout-&gt;<a href="tqgridlayout.html#addLayout">addLayout</a>( vb2, 0, 1 );
- vb2-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( start );
- vb2-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( reset );
+ vb2-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( start );
+ vb2-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( reset );
// Create the progressbar
progress = new <a href="tqprogressbar.html">TQProgressBar</a>( 100, this );