diff options
Diffstat (limited to 'doc/html/richtext-example.html')
-rw-r--r-- | doc/html/richtext-example.html | 10 |
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 <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="tqbrush-h.html">tqbrush.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> @@ -176,9 +176,9 @@ static const char* sayings[] = { <a href="ntqhbox.html">TQHBox</a> *buttons = new <a href="ntqhbox.html">TQHBox</a>( this ); buttons-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); - bClose = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Close", buttons ); - bPrev = new <a href="ntqpushbutton.html">TQPushButton</a>( "<< &Prev", buttons ); - bNext = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Next >>", buttons ); + bClose = new <a href="tqpushbutton.html">TQPushButton</a>( "&Close", buttons ); + bPrev = new <a href="tqpushbutton.html">TQPushButton</a>( "<< &Prev", buttons ); + bNext = new <a href="tqpushbutton.html">TQPushButton</a>( "&Next >>", buttons ); <a name="x466"></a> bPrev-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); |