diff options
Diffstat (limited to 'doc/man/man3/tqcombobox.3qt')
-rw-r--r-- | doc/man/man3/tqcombobox.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqcombobox.3qt b/doc/man/man3/tqcombobox.3qt index 0a2395bce..a83d7b609 100644 --- a/doc/man/man3/tqcombobox.3qt +++ b/doc/man/man3/tqcombobox.3qt @@ -283,7 +283,7 @@ A combobox can be populated using the insert functions, insertStringList() and i .PP (Windows style) .PP -Depending on the style, QComboBox will use a QListBox or a QPopupMenu to display the list of items. See setListBox() for more information. +Depending on the style, QComboBox will use a QListBox or a TQPopupMenu to display the list of items. See setListBox() for more information. .PP See also QLineEdit, QListBox, QSpinBox, QRadioButton, QButtonGroup, GUI Design Handbook: Combo Box, GUI Design Handbook: Drop-Down List Box, and Basic Widgets. .SS "Member Type Documentation" @@ -433,7 +433,7 @@ Returns the line edit, or 0 if there is no line edit. .PP Only editable listboxes have a line editor. .SH "QListBox * QComboBox::listBox () const" -Returns the current list box, or 0 if there is no list box. (QComboBox can use QPopupMenu instead of QListBox.) Provided to match setListBox(). +Returns the current list box, or 0 if there is no list box. (QComboBox can use TQPopupMenu instead of QListBox.) Provided to match setListBox(). .PP See also setListBox(). .PP |