diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/simple-font-demo-example.html | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/simple-font-demo-example.html')
-rw-r--r-- | doc/html/simple-font-demo-example.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html index a5345e383..728f9a0ec 100644 --- a/doc/html/simple-font-demo-example.html +++ b/doc/html/simple-font-demo-example.html @@ -66,8 +66,8 @@ private: void layout(); void showFontInfo( <a href="ntqfont.html">TQFont</a> & ); - <a href="ntqtextview.html">TQTextView</a> * greetings; - <a href="ntqtextview.html">TQTextView</a> * fontInfo; + <a href="tqtextview.html">TQTextView</a> * greetings; + <a href="tqtextview.html">TQTextView</a> * fontInfo; <a href="ntqpushbutton.html">TQPushButton</a> * defaultButton; <a href="ntqpushbutton.html">TQPushButton</a> * sansSerifButton; @@ -84,7 +84,7 @@ private: #include "viewer.h" #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> -#include <<a href="qtextview-h.html">ntqtextview.h</a>> +#include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -97,13 +97,13 @@ private: <a href="tqstring.html">TQString</a> greeting_ru = TQString::<a href="tqstring.html#fromUtf8">fromUtf8</a>( "\320\227\320\264\321\200\320\260\320\262\321\201\321\202\320\262\321\203\320\271\321\202\320\265" ); <a href="tqstring.html">TQString</a> greeting_en( "Hello" ); - greetings = new <a href="ntqtextview.html">TQTextView</a>( this, "textview" ); + greetings = new <a href="tqtextview.html">TQTextView</a>( this, "textview" ); - greetings-><a href="ntqtextedit.html#setText">setText</a>( greeting_en + "\n" + + greetings-><a href="tqtextedit.html#setText">setText</a>( greeting_en + "\n" + greeting_ru + "\n" + greeting_heb ); - fontInfo = new <a href="ntqtextview.html">TQTextView</a>( this, "fontinfo" ); + fontInfo = new <a href="tqtextview.html">TQTextView</a>( this, "fontinfo" ); setDefault(); @@ -191,7 +191,7 @@ void <a name="f594"></a>Viewer::showFontInfo( <a href="ntqfont.html">TQFont</a> font.<a href="ntqfont.html#family">family</a>() + "."; } - fontInfo-><a href="ntqtextedit.html#setText">setText</a>( messageText ); + fontInfo-><a href="tqtextedit.html#setText">setText</a>( messageText ); } void <a name="f595"></a>Viewer::setFontSubstitutions() |