diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
| commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
| tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/richtext-example.html | |
| parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
| download | tqt-82ecd834.tar.gz tqt-82ecd834.zip | |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/richtext-example.html')
| -rw-r--r-- | doc/html/richtext-example.html | 12 |
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 <<a href="qvbox-h.html">ntqvbox.h</a>> +#include <<a href="tqvbox-h.html">tqvbox.h</a>> 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 <<a href="qhbox-h.html">ntqhbox.h</a>> -#include <<a href="qhbox-h.html">ntqhbox.h</a>> +#include <<a href="tqhbox-h.html">tqhbox.h</a>> +#include <<a href="tqhbox-h.html">tqhbox.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>> @@ -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-><a href="tqtextedit.html#setText">setText</a>( sayings[0] ); <a name="x467"></a> view-><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-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); bClose = new <a href="tqpushbutton.html">TQPushButton</a>( "&Close", buttons ); |
