summaryrefslogtreecommitdiffstats
path: root/doc/html/richtext-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-15 19:08:22 +0900
committerMichele Calgaro <[email protected]>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/richtext-example.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-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.html8
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 &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="tqtextview-h.html">tqtextview.h</a>&gt;
-#include &lt;<a href="qbrush-h.html">ntqbrush.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;
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-&gt;<a href="tqtextedit.html#setText">setText</a>( "This is a &lt;b&gt;Test&lt;/b&gt; with &lt;i&gt;italic&lt;/i&gt; &lt;u&gt;stuff&lt;/u&gt;" );
- <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-&gt;<a href="tqtextedit.html#setPaper">setPaper</a>( paper );
else
view-&gt;<a href="tqtextedit.html#setPaper">setPaper</a>( white );