summaryrefslogtreecommitdiffstats
path: root/doc/html/qfd-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qfd-example.html')
-rw-r--r--doc/html/qfd-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qfd-example.html b/doc/html/qfd-example.html
index 45598e7a5..9690f9480 100644
--- a/doc/html/qfd-example.html
+++ b/doc/html/qfd-example.html
@@ -105,7 +105,7 @@ public:
#include &lt;<a href="tqpainter-h.html">tqpainter.h</a>&gt;
#include &lt;<a href="tqtoolbar-h.html">tqtoolbar.h</a>&gt;
#include &lt;<a href="tqstatusbar-h.html">tqstatusbar.h</a>&gt;
-#include &lt;<a href="qlabel-h.html">ntqlabel.h</a>&gt;
+#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="qpushbutton-h.html">ntqpushbutton.h</a>&gt;
#include &lt;<a href="tqfontdialog-h.html">tqfontdialog.h</a>&gt;
#include &lt;stdlib.h&gt;
@@ -165,7 +165,7 @@ TQSize <a name="f532"></a>FontRowTable::cellSize() const
int x = i*cell.<a href="tqsize.html#width">width</a>();
int y = j*cell.<a href="tqsize.html#height">height</a>();
- <a href="qchar.html">TQChar</a> ch = TQChar(j*16+i,row);
+ <a href="tqchar.html">TQChar</a> ch = TQChar(j*16+i,row);
<a name="x1987"></a> if ( fm.<a href="tqfontmetrics.html#inFont">inFont</a>(ch) ) {
<a name="x1994"></a> int w = fm.<a href="tqfontmetrics.html#width">width</a>(ch);
@@ -232,7 +232,7 @@ void <a name="f534"></a>FontRowTable::chooseFont()
{
FontRowTable* table = new FontRowTable(this);
<a href="tqtoolbar.html">TQToolBar</a>* controls = new <a href="tqtoolbar.html">TQToolBar</a>(this);
- (void) new <a href="ntqlabel.html">TQLabel</a>(<a href="tqobject.html#tr">tr</a>("Row:"), controls);
+ (void) new <a href="tqlabel.html">TQLabel</a>(<a href="tqobject.html#tr">tr</a>("Row:"), controls);
<a href="ntqspinbox.html">TQSpinBox</a> *row = new <a href="ntqspinbox.html">TQSpinBox</a>(0,255,1,controls);
<a name="x2010"></a> controls-&gt;<a href="tqtoolbar.html#addSeparator">addSeparator</a>();
<a href="ntqpushbutton.html">TQPushButton</a> *fontbutton = new <a href="ntqpushbutton.html">TQPushButton</a>(<a href="tqobject.html#tr">tr</a>("Font..."), controls);