summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqfile.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqfile.3qt')
-rw-r--r--doc/man/man3/tqfile.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqfile.3qt b/doc/man/man3/tqfile.3qt
index 46d8aaf54..96c3ed460 100644
--- a/doc/man/man3/tqfile.3qt
+++ b/doc/man/man3/tqfile.3qt
@@ -33,10 +33,10 @@ Inherits TQIODevice.
.BI "void \fBsetName\fR ( const TQString & name )"
.br
.ti -1c
-.BI "typedef QCString (* \fBEncoderFn\fR ) ( const TQString & fileName )"
+.BI "typedef TQCString (* \fBEncoderFn\fR ) ( const TQString & fileName )"
.br
.ti -1c
-.BI "typedef TQString (* \fBDecoderFn\fR ) ( const QCString & localfileName )"
+.BI "typedef TQString (* \fBDecoderFn\fR ) ( const TQCString & localfileName )"
.br
.ti -1c
.BI "bool \fBexists\fR () const"
@@ -90,10 +90,10 @@ Inherits TQIODevice.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "QCString \fBencodeName\fR ( const TQString & fileName )"
+.BI "TQCString \fBencodeName\fR ( const TQString & fileName )"
.br
.ti -1c
-.BI "TQString \fBdecodeName\fR ( const QCString & localFileName )"
+.BI "TQString \fBdecodeName\fR ( const TQCString & localFileName )"
.br
.ti -1c
.BI "void \fBsetEncodingFunction\fR ( EncoderFn f )"
@@ -111,7 +111,7 @@ Inherits TQIODevice.
.SS "Important Inherited Members"
.in +1c
.ti -1c
-.BI "virtual QByteArray \fBreadAll\fR ()"
+.BI "virtual TQByteArray \fBreadAll\fR ()"
.br
.in -1c
.SS "Protected Members"
@@ -225,13 +225,13 @@ Examples:
.)l chart/chartform_files.cpp, distributor/distributor.ui.h, helpviewer/helpwindow.cpp, mdi/application.cpp, qdir/qdir.cpp, qwerty/qwerty.cpp, and xml/outliner/outlinetree.cpp.
.PP
Reimplemented from TQIODevice.
-.SH "TQString QFile::decodeName ( const QCString & localFileName )\fC [static]\fR"
+.SH "TQString QFile::decodeName ( const TQCString & localFileName )\fC [static]\fR"
This does the reverse of QFile::encodeName() using \fIlocalFileName\fR.
.PP
See also setDecodingFunction().
.PP
Example: distributor/distributor.ui.h.
-.SH "QCString QFile::encodeName ( const TQString & fileName )\fC [static]\fR"
+.SH "TQCString QFile::encodeName ( const TQString & fileName )\fC [static]\fR"
When you use QFile, QFileInfo, and QDir to access the file system with Qt, you can use Unicode file names. On Unix, these file names are converted to an 8-bit encoding. If you want to do your own file I/O on Unix, you should convert the file name using this function. On Windows NT/2000, Unicode file names are supported directly in the file system and this function should be avoided. On Windows 95, non-Latin1 locales are not supported.
.PP
By default, this function converts \fIfileName\fR to the local 8-bit encoding determined by the user's locale. This is sufficient for file names that the user chooses. File names hard-coded into the application should only use 7-bit ASCII filename characters.
@@ -405,7 +405,7 @@ Returns \fIch\fR, or -1 if some error occurred.
See also getch() and ungetch().
.PP
Reimplemented from TQIODevice.
-.SH "QByteArray TQIODevice::readAll ()\fC [virtual]\fR"
+.SH "TQByteArray TQIODevice::readAll ()\fC [virtual]\fR"
This convenience function returns all of the remaining data in the device.
.SH "TQ_LONG QFile::readLine ( char * p, TQ_ULONG maxlen )\fC [virtual]\fR"
Reads a line of text.