summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcombobox.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqcombobox.3qt
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqcombobox.3qt')
-rw-r--r--doc/man/man3/tqcombobox.3qt12
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.