diff options
Diffstat (limited to 'doc/man/man3/tqcombobox.3qt')
-rw-r--r-- | doc/man/man3/tqcombobox.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqcombobox.3qt b/doc/man/man3/tqcombobox.3qt index fb2489592..0a2395bce 100644 --- a/doc/man/man3/tqcombobox.3qt +++ b/doc/man/man3/tqcombobox.3qt @@ -28,13 +28,13 @@ Inherits TQWidget. .BI "int \fBcount\fR () const" .br .ti -1c -.BI "void \fBinsertStringList\fR ( const QStringList & list, int index = -1 )" +.BI "void \fBinsertStringList\fR ( const TQStringList & list, int index = -1 )" .br .ti -1c -.BI "void \fBinsertStrList\fR ( const QStrList & list, int index = -1 )" +.BI "void \fBinsertStrList\fR ( const TQStrList & list, int index = -1 )" .br .ti -1c -.BI "void \fBinsertStrList\fR ( const QStrList * list, int index = -1 )" +.BI "void \fBinsertStrList\fR ( const TQStrList * list, int index = -1 )" .br .ti -1c .BI "void \fBinsertStrList\fR ( const char ** strings, int numStrings = -1, int index = -1 )" @@ -412,19 +412,19 @@ Example: See also insertStringList(). .PP Example: qmag/qmag.cpp. -.SH "void QComboBox::insertStrList ( const QStrList & list, int index = -1 )" +.SH "void QComboBox::insertStrList ( const TQStrList & list, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Inserts the \fIlist\fR of strings at position \fIindex\fR in the combobox. .PP This is only for compatibility since it does not support Unicode strings. See insertStringList(). -.SH "void QComboBox::insertStrList ( const QStrList * list, int index = -1 )" +.SH "void QComboBox::insertStrList ( const TQStrList * list, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Inserts the \fIlist\fR of strings at position \fIindex\fR in the combobox. .PP This is only for compatibility since it does not support Unicode strings. See insertStringList(). -.SH "void QComboBox::insertStringList ( const QStringList & list, int index = -1 )" +.SH "void QComboBox::insertStringList ( const TQStringList & list, int index = -1 )" Inserts the \fIlist\fR of strings at position \fIindex\fR in the combobox. .SH "Policy QComboBox::insertionPolicy () const" Returns the position of the items inserted by the user. See the "insertionPolicy" property for details. |