summaryrefslogtreecommitdiffstats
path: root/doc/html/layout-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/layout-example.html')
-rw-r--r--doc/html/layout-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/layout-example.html b/doc/html/layout-example.html
index 218a8fe94..c178ef5f0 100644
--- a/doc/html/layout-example.html
+++ b/doc/html/layout-example.html
@@ -87,8 +87,8 @@ public:
int i;
for ( i = 1; i <= 4; i++ ) {
<a href="ntqpushbutton.html">TQPushButton</a>* but = new <a href="ntqpushbutton.html">TQPushButton</a>( this );
- <a href="ntqstring.html">TQString</a> s;
-<a name="x542"></a> s.<a href="ntqstring.html#sprintf">sprintf</a>( "Button %d", i );
+ <a href="tqstring.html">TQString</a> s;
+<a name="x542"></a> s.<a href="tqstring.html#sprintf">sprintf</a>( "Button %d", i );
<a name="x530"></a> but-&gt;<a href="ntqbutton.html#setText">setText</a>( s );
// Set horizontal <a href="layout.html#stretch-factor">stretch factor</a> to 10 to let the buttons
@@ -146,8 +146,8 @@ public:
<a name="x533"></a> grid-&gt;<a href="qgridlayout.html#addWidget">addWidget</a>( ed, row, linedCol );
// Make a label that is a buddy of the line edit
- <a href="ntqstring.html">TQString</a> s;
- s.<a href="ntqstring.html#sprintf">sprintf</a>( "Line &amp;%d", row+1 );
+ <a href="tqstring.html">TQString</a> s;
+ s.<a href="tqstring.html#sprintf">sprintf</a>( "Line &amp;%d", row+1 );
<a href="ntqlabel.html">TQLabel</a> *label = new <a href="ntqlabel.html">TQLabel</a>( ed, s, this );
// The label goes in the first column.
grid-&gt;<a href="qgridlayout.html#addWidget">addWidget</a>( label, row, labelCol );