summaryrefslogtreecommitdiffstats
path: root/doc/html/simple-font-demo-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/simple-font-demo-example.html')
-rw-r--r--doc/html/simple-font-demo-example.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html
index 982f663ea..77f8d6fe4 100644
--- a/doc/html/simple-font-demo-example.html
+++ b/doc/html/simple-font-demo-example.html
@@ -86,7 +86,7 @@ private:
#include &lt;<a href="tqstringlist-h.html">tqstringlist.h</a>&gt;
#include &lt;<a href="tqtextview-h.html">tqtextview.h</a>&gt;
#include &lt;<a href="tqpushbutton-h.html">tqpushbutton.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;
<a name="f590"></a>Viewer::Viewer()
:<a href="tqwidget.html">TQWidget</a>()
@@ -213,15 +213,15 @@ void <a name="f595"></a>Viewer::setFontSubstitutions()
<a name="x2858"></a>void Viewer::<a href="tqwidget.html#layout">layout</a>()
{
- <a href="qhboxlayout.html">TQHBoxLayout</a> * textViewContainer = new <a href="qhboxlayout.html">TQHBoxLayout</a>();
- textViewContainer-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( greetings );
- textViewContainer-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( fontInfo );
+ <a href="tqhboxlayout.html">TQHBoxLayout</a> * textViewContainer = new <a href="tqhboxlayout.html">TQHBoxLayout</a>();
+ textViewContainer-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( greetings );
+ textViewContainer-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( fontInfo );
- <a href="qhboxlayout.html">TQHBoxLayout</a> * buttonContainer = new <a href="qhboxlayout.html">TQHBoxLayout</a>();
+ <a href="tqhboxlayout.html">TQHBoxLayout</a> * buttonContainer = new <a href="tqhboxlayout.html">TQHBoxLayout</a>();
- buttonContainer-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( defaultButton );
- buttonContainer-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( sansSerifButton );
- buttonContainer-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( italicsButton );
+ buttonContainer-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( defaultButton );
+ buttonContainer-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( sansSerifButton );
+ buttonContainer-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( italicsButton );
<a name="x2857"></a> int maxButtonHeight = defaultButton-&gt;<a href="tqwidget.html#height">height</a>();
@@ -234,9 +234,9 @@ void <a name="f595"></a>Viewer::setFontSubstitutions()
sansSerifButton-&gt;<a href="tqwidget.html#setFixedHeight">setFixedHeight</a>( maxButtonHeight );
italicsButton-&gt;<a href="tqwidget.html#setFixedHeight">setFixedHeight</a>( maxButtonHeight );
- <a href="qvboxlayout.html">TQVBoxLayout</a> * container = new <a href="qvboxlayout.html">TQVBoxLayout</a>( this );
-<a name="x2835"></a> container-&gt;<a href="qboxlayout.html#addLayout">addLayout</a>( textViewContainer );
- container-&gt;<a href="qboxlayout.html#addLayout">addLayout</a>( buttonContainer );
+ <a href="tqvboxlayout.html">TQVBoxLayout</a> * container = new <a href="tqvboxlayout.html">TQVBoxLayout</a>( this );
+<a name="x2835"></a> container-&gt;<a href="tqboxlayout.html#addLayout">addLayout</a>( textViewContainer );
+ container-&gt;<a href="tqboxlayout.html#addLayout">addLayout</a>( buttonContainer );
<a href="tqwidget.html#resize">resize</a>( 700, 250 );
}