summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsqlindex.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqsqlindex.3qt')
-rw-r--r--doc/man/man3/tqsqlindex.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqsqlindex.3qt b/doc/man/man3/tqsqlindex.3qt
index e66ca49cc..0b17a4469 100644
--- a/doc/man/man3/tqsqlindex.3qt
+++ b/doc/man/man3/tqsqlindex.3qt
@@ -55,7 +55,7 @@ Inherits TQSqlRecord.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "TQSqlIndex \fBfromStringList\fR ( const QStringList & l, const TQSqlCursor * cursor )"
+.BI "TQSqlIndex \fBfromStringList\fR ( const TQStringList & l, const TQSqlCursor * cursor )"
.br
.in -1c
.SH DESCRIPTION
@@ -83,7 +83,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
Appends the field \fIfield\fR to the list of indexed fields. The field is appended with an ascending sort order, unless \fIdesc\fR is TRUE.
.SH "TQString TQSqlIndex::cursorName () const"
Returns the name of the cursor which the index is associated with.
-.SH "TQSqlIndex TQSqlIndex::fromStringList ( const QStringList & l, const TQSqlCursor * cursor )\fC [static]\fR"
+.SH "TQSqlIndex TQSqlIndex::fromStringList ( const TQStringList & l, const TQSqlCursor * cursor )\fC [static]\fR"
Returns an index based on the field descriptions in \fIl\fR and the cursor \fIcursor\fR. The field descriptions should be in the same format that toStringList() produces, for example, a surname field in the people table might be in one of these forms: "surname"," surname DESC" or "people.surname ASC".
.PP
See also toStringList().