summaryrefslogtreecommitdiffstats
path: root/doc/html/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/layout.html')
-rw-r--r--doc/html/layout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/layout.html b/doc/html/layout.html
index 2217ecf31..a21510528 100644
--- a/doc/html/layout.html
+++ b/doc/html/layout.html
@@ -163,9 +163,9 @@ improvements:
a parameter in the constructor.
<pre>
<a href="tqwidget.html">TQWidget</a> *main = new <a href="tqwidget.html">TQWidget</a>;
- <a href="ntqlineedit.html">TQLineEdit</a> *field = new <a href="ntqlineedit.html">TQLineEdit</a>( main );
- <a href="ntqpushbutton.html">TQPushButton</a> *ok = new <a href="ntqpushbutton.html">TQPushButton</a>( "OK", main );
- <a href="ntqpushbutton.html">TQPushButton</a> *cancel = new <a href="ntqpushbutton.html">TQPushButton</a>( "Cancel", main );
+ <a href="tqlineedit.html">TQLineEdit</a> *field = new <a href="tqlineedit.html">TQLineEdit</a>( main );
+ <a href="tqpushbutton.html">TQPushButton</a> *ok = new <a href="tqpushbutton.html">TQPushButton</a>( "OK", main );
+ <a href="tqpushbutton.html">TQPushButton</a> *cancel = new <a href="tqpushbutton.html">TQPushButton</a>( "Cancel", main );
<a href="tqlabel.html">TQLabel</a> *label = new <a href="tqlabel.html">TQLabel</a>( "Write once, compile everywhere.", main );
// a layout on a widget