diff options
Diffstat (limited to 'doc/man/man3/tqspinbox.3qt')
-rw-r--r-- | doc/man/man3/tqspinbox.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqspinbox.3qt b/doc/man/man3/tqspinbox.3qt index 381cc2544..96e11adab 100644 --- a/doc/man/man3/tqspinbox.3qt +++ b/doc/man/man3/tqspinbox.3qt @@ -85,10 +85,10 @@ Inherits TQWidget and QRangeControl. .BI "int \fBvalue\fR () const" .br .ti -1c -.BI "QRect \fBupRect\fR () const" +.BI "TQRect \fBupRect\fR () const" .br .ti -1c -.BI "QRect \fBdownRect\fR () const" +.BI "TQRect \fBdownRect\fR () const" .br .in -1c .SS "Public Slots" @@ -300,7 +300,7 @@ Returns the current button symbol mode. See the "buttonSymbols" property for det Returns the spin box's text with no prefix(), suffix() or leading or trailing whitespace. See the "cleanText" property for details. .SH "TQString QSpinBox::currentValueText ()\fC [protected]\fR" Returns the full text calculated from the current value, including any prefix and suffix. If there is special value text and the value is minValue() the specialValueText() is returned. -.SH "QRect QSpinBox::downRect () const" +.SH "TQRect QSpinBox::downRect () const" Returns the geometry of the "down" button. .SH "QLineEdit * QSpinBox::editor () const\fC [protected]\fR" Returns a pointer to the embedded QLineEdit. @@ -384,7 +384,7 @@ Returns the suffix of the spin box. See the "suffix" property for details. Returns the spin box's text, including any prefix() and suffix(). See the "text" property for details. .SH "void QSpinBox::textChanged ()\fC [protected slot]\fR" This slot is called whenever the user edits the spin box's text. -.SH "QRect QSpinBox::upRect () const" +.SH "TQRect QSpinBox::upRect () const" Returns the geometry of the "up" button. .SH "void QSpinBox::updateDisplay ()\fC [virtual protected]\fR" Updates the contents of the embedded QLineEdit to reflect the current value using mapValueToText(). Also enables/disables the up/down push buttons accordingly. |