diff options
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() |