summaryrefslogtreecommitdiffstats
path: root/doc/html/richtext-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/richtext-example.html')
-rw-r--r--doc/html/richtext-example.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html
index 137f89b9a..48e20cc43 100644
--- a/doc/html/richtext-example.html
+++ b/doc/html/richtext-example.html
@@ -51,12 +51,12 @@ Unix "fortune" are displayed nicely formatted.
#ifndef RICHTEXT_H
#define RICHTEXT_H
-#include &lt;<a href="qvbox-h.html">ntqvbox.h</a>&gt;
+#include &lt;<a href="tqvbox-h.html">tqvbox.h</a>&gt;
class TQTextView;
class TQPushButton;
-class MyRichText : public <a href="ntqvbox.html">TQVBox</a>
+class MyRichText : public <a href="tqvbox.html">TQVBox</a>
{
<a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a>
@@ -91,8 +91,8 @@ protected slots:
#include "richtext.h"
-#include &lt;<a href="qhbox-h.html">ntqhbox.h</a>&gt;
-#include &lt;<a href="qhbox-h.html">ntqhbox.h</a>&gt;
+#include &lt;<a href="tqhbox-h.html">tqhbox.h</a>&gt;
+#include &lt;<a href="tqhbox-h.html">tqhbox.h</a>&gt;
#include &lt;<a href="tqpushbutton-h.html">tqpushbutton.h</a>&gt;
#include &lt;<a href="tqtextview-h.html">tqtextview.h</a>&gt;
#include &lt;<a href="tqbrush-h.html">tqbrush.h</a>&gt;
@@ -157,7 +157,7 @@ static const char* sayings[] = {
<a name="f255"></a>MyRichText::MyRichText( <a href="tqwidget.html">TQWidget</a> *parent, const char *name )
- : <a href="ntqvbox.html">TQVBox</a>( parent, name )
+ : <a href="tqvbox.html">TQVBox</a>( parent, name )
{
<a href="tqframe.html#setMargin">setMargin</a>( 5 );
@@ -173,7 +173,7 @@ static const char* sayings[] = {
view-&gt;<a href="tqtextedit.html#setText">setText</a>( sayings[0] );
<a name="x467"></a> view-&gt;<a href="tqwidget.html#setMinimumSize">setMinimumSize</a>( 450, 250 );
- <a href="ntqhbox.html">TQHBox</a> *buttons = new <a href="ntqhbox.html">TQHBox</a>( this );
+ <a href="tqhbox.html">TQHBox</a> *buttons = new <a href="tqhbox.html">TQHBox</a>( this );
buttons-&gt;<a href="tqframe.html#setMargin">setMargin</a>( 5 );
bClose = new <a href="tqpushbutton.html">TQPushButton</a>( "&amp;Close", buttons );