diff options
Diffstat (limited to 'doc/man/man3/tqspinbox.3qt')
-rw-r--r-- | doc/man/man3/tqspinbox.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqspinbox.3qt b/doc/man/man3/tqspinbox.3qt index cc6c631d5..fafdfd54f 100644 --- a/doc/man/man3/tqspinbox.3qt +++ b/doc/man/man3/tqspinbox.3qt @@ -58,10 +58,10 @@ Inherits TQWidget and QRangeControl. .BI "ButtonSymbols \fBbuttonSymbols\fR () const" .br .ti -1c -.BI "virtual void \fBsetValidator\fR ( const QValidator * v )" +.BI "virtual void \fBsetValidator\fR ( const TQValidator * v )" .br .ti -1c -.BI "const QValidator * \fBvalidator\fR () const" +.BI "const TQValidator * \fBvalidator\fR () const" .br .ti -1c .BI "int \fBminValue\fR () const" @@ -360,7 +360,7 @@ Sets the spin box's prefix to \fItext\fR. See the "prefix" property for details. Sets the special-value text to \fItext\fR. See the "specialValueText" property for details. .SH "void TQSpinBox::setSuffix ( const TQString & text )\fC [virtual slot]\fR" Sets the suffix of the spin box to \fItext\fR. See the "suffix" property for details. -.SH "void TQSpinBox::setValidator ( const QValidator * v )\fC [virtual]\fR" +.SH "void TQSpinBox::setValidator ( const TQValidator * v )\fC [virtual]\fR" Sets the validator to \fIv\fR. The validator controls what keyboard input is accepted when the user is editing in the value field. The default is to use a suitable QIntValidator. .PP Use setValidator(0) to turn off input validation (entered input will still be kept within the spin box's range). @@ -390,10 +390,10 @@ Returns the geometry of the "up" button. Updates the contents of the embedded TQLineEdit to reflect the current value using mapValueToText(). Also enables/disables the up/down push buttons accordingly. .PP See also mapValueToText(). -.SH "const QValidator * TQSpinBox::validator () const" +.SH "const TQValidator * TQSpinBox::validator () const" Returns the validator that constrains editing for this spin box if there is any; otherwise returns 0. .PP -See also setValidator() and QValidator. +See also setValidator() and TQValidator. .SH "int TQSpinBox::value () const" Returns the value of the spin box. See the "value" property for details. .SH "void TQSpinBox::valueChange ()\fC [virtual protected]\fR" |