diff options
Diffstat (limited to 'doc/html/tqtextedit.html')
-rw-r--r-- | doc/html/tqtextedit.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html index 36477ba47..52e2da198 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -346,14 +346,14 @@ the character to the right of the cursor if no text is selected). <p> Loading and saving text is achieved using <a href="#setText">setText</a>() and text(), for example: <pre> - <a href="ntqfile.html">TQFile</a> file( fileName ); // Read the text from a file - if ( file.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) { + <a href="tqfile.html">TQFile</a> file( fileName ); // Read the text from a file + if ( file.<a href="tqfile.html#open">open</a>( <a href="tqfile.html#open">IO_ReadOnly</a> ) ) { <a href="tqtextstream.html">TQTextStream</a> stream( &file ); textEdit->setText( stream.<a href="tqtextstream.html#read">read</a>() ); } - <a href="ntqfile.html">TQFile</a> file( fileName ); // Write the text to a file - if ( file.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> ) ) { + <a href="tqfile.html">TQFile</a> file( fileName ); // Write the text to a file + if ( file.<a href="tqfile.html#open">open</a>( <a href="tqfile.html#open">IO_WriteOnly</a> ) ) { <a href="tqtextstream.html">TQTextStream</a> stream( &file ); stream << textEdit->text(); textEdit->setModified( FALSE ); @@ -736,7 +736,7 @@ the text edit's <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> uses of files and images. <p> <p>See also <a href="#text-prop">text</a>. -<p>Examples: <a href="tqaction-application-example.html#x1164">action/application.cpp</a>, <a href="simple-application-example.html#x1582">application/application.cpp</a>, <a href="helpviewer-example.html#x1028">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2068">mdi/application.cpp</a>, and <a href="qdir-example.html#x1843">qdir/qdir.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1164">action/application.cpp</a>, <a href="simple-application-example.html#x1582">application/application.cpp</a>, <a href="helpviewer-example.html#x1028">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2068">mdi/application.cpp</a>, and <a href="tqdir-example.html#x1843">tqdir/tqdir.cpp</a>. <h3 class=fn>void <a name="copy"></a>TQTextEdit::copy ()<tt> [virtual slot]</tt> </h3> Copies any selected text (from selection 0) to the clipboard. @@ -1028,7 +1028,7 @@ Returns the <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> which is edit. <p> <p>See also <a href="#setMimeSourceFactory">setMimeSourceFactory</a>(). -<p>Examples: <a href="tqaction-application-example.html#x1166">action/application.cpp</a>, <a href="simple-application-example.html#x1584">application/application.cpp</a>, <a href="helpviewer-example.html#x1030">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2070">mdi/application.cpp</a>, and <a href="qdir-example.html#x1844">qdir/qdir.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1166">action/application.cpp</a>, <a href="simple-application-example.html#x1584">application/application.cpp</a>, <a href="helpviewer-example.html#x1030">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2070">mdi/application.cpp</a>, and <a href="tqdir-example.html#x1844">tqdir/tqdir.cpp</a>. <h3 class=fn>void <a name="modificationChanged"></a>TQTextEdit::modificationChanged ( bool m )<tt> [signal]</tt> </h3> |