summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmimesourcefactory.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmimesourcefactory.3qt')
-rw-r--r--doc/man/man3/tqmimesourcefactory.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqmimesourcefactory.3qt b/doc/man/man3/tqmimesourcefactory.3qt
index 3a6ca4be9..eb6b2a30e 100644
--- a/doc/man/man3/tqmimesourcefactory.3qt
+++ b/doc/man/man3/tqmimesourcefactory.3qt
@@ -41,10 +41,10 @@ QMimeSourceFactory \- Extensible provider of mime-typed data
.BI "virtual void \fBsetData\fR ( const TQString & abs_name, QMimeSource * data )"
.br
.ti -1c
-.BI "virtual void \fBsetFilePath\fR ( const QStringList & path )"
+.BI "virtual void \fBsetFilePath\fR ( const TQStringList & path )"
.br
.ti -1c
-.BI "virtual QStringList \fBfilePath\fR () const"
+.BI "virtual TQStringList \fBfilePath\fR () const"
.br
.ti -1c
.BI "void \fBaddFilePath\fR ( const TQString & p )"
@@ -172,7 +172,7 @@ See also setDefaultFactory().
.PP
Examples:
.)l action/application.cpp and application/application.cpp.
-.SH "QStringList QMimeSourceFactory::filePath () const\fC [virtual]\fR"
+.SH "TQStringList QMimeSourceFactory::filePath () const\fC [virtual]\fR"
Returns the currently set search paths.
.SH "TQString QMimeSourceFactory::makeAbsolute ( const TQString & abs_or_rel_name, const TQString & context ) const\fC [virtual]\fR"
Converts the absolute or relative data item name \fIabs_or_rel_name\fR to an absolute name, interpreted within the context (path) of the data item named \fIcontext\fR (this must be an absolute name).
@@ -190,7 +190,7 @@ Sets the default \fIfactory\fR, destroying any previously set mime source provid
See also defaultFactory().
.SH "void QMimeSourceFactory::setExtensionType ( const TQString & ext, const char * mimetype )\fC [virtual]\fR"
Sets the mime-type to be associated with the file name extension, \fIext\fR to \fImimetype\fR. This determines the mime-type for files found via the paths set by setFilePath().
-.SH "void QMimeSourceFactory::setFilePath ( const QStringList & path )\fC [virtual]\fR"
+.SH "void QMimeSourceFactory::setFilePath ( const TQStringList & path )\fC [virtual]\fR"
Sets the list of directories that will be searched when named data is requested to the those given in the string list \fIpath\fR.
.PP
See also filePath().