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.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html
index 119aaa472..e7f0867f3 100644
--- a/doc/html/richtext-example.html
+++ b/doc/html/richtext-example.html
@@ -65,7 +65,7 @@ public:
protected:
<a href="tqtextview.html">TQTextView</a> *view;
- <a href="ntqpushbutton.html">TQPushButton</a> *bClose, *bNext, *bPrev;
+ <a href="tqpushbutton.html">TQPushButton</a> *bClose, *bNext, *bPrev;
int num;
protected slots:
@@ -93,7 +93,7 @@ protected slots:
#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="qpushbutton-h.html">ntqpushbutton.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;
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
@@ -176,9 +176,9 @@ static const char* sayings[] = {
<a href="ntqhbox.html">TQHBox</a> *buttons = new <a href="ntqhbox.html">TQHBox</a>( this );
buttons-&gt;<a href="ntqframe.html#setMargin">setMargin</a>( 5 );
- bClose = new <a href="ntqpushbutton.html">TQPushButton</a>( "&amp;Close", buttons );
- bPrev = new <a href="ntqpushbutton.html">TQPushButton</a>( "&lt;&lt; &amp;Prev", buttons );
- bNext = new <a href="ntqpushbutton.html">TQPushButton</a>( "&amp;Next &gt;&gt;", buttons );
+ bClose = new <a href="tqpushbutton.html">TQPushButton</a>( "&amp;Close", buttons );
+ bPrev = new <a href="tqpushbutton.html">TQPushButton</a>( "&lt;&lt; &amp;Prev", buttons );
+ bNext = new <a href="tqpushbutton.html">TQPushButton</a>( "&amp;Next &gt;&gt;", buttons );
<a name="x466"></a> bPrev-&gt;<a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE );