diff options
author | Michele Calgaro <[email protected]> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/richtext-example.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/richtext-example.html')
-rw-r--r-- | doc/html/richtext-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html index f592e46e4..119aaa472 100644 --- a/doc/html/richtext-example.html +++ b/doc/html/richtext-example.html @@ -95,7 +95,7 @@ protected slots: #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> -#include <<a href="qbrush-h.html">ntqbrush.h</a>> +#include <<a href="tqbrush-h.html">tqbrush.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> static const char* sayings[] = { @@ -163,9 +163,9 @@ static const char* sayings[] = { view = new <a href="tqtextview.html">TQTextView</a>( this ); <a name="x465"></a> view-><a href="tqtextedit.html#setText">setText</a>( "This is a <b>Test</b> with <i>italic</i> <u>stuff</u>" ); - <a href="ntqbrush.html">TQBrush</a> paper; -<a name="x461"></a> paper.<a href="ntqbrush.html#setPixmap">setPixmap</a>( TQPixmap( "../richtext/marble.png" ) ); -<a name="x460"></a> if ( paper.<a href="ntqbrush.html#pixmap">pixmap</a>() != 0 ) + <a href="tqbrush.html">TQBrush</a> paper; +<a name="x461"></a> paper.<a href="tqbrush.html#setPixmap">setPixmap</a>( TQPixmap( "../richtext/marble.png" ) ); +<a name="x460"></a> if ( paper.<a href="tqbrush.html#pixmap">pixmap</a>() != 0 ) <a name="x464"></a> view-><a href="tqtextedit.html#setPaper">setPaper</a>( paper ); else view-><a href="tqtextedit.html#setPaper">setPaper</a>( white ); |