diff options
Diffstat (limited to 'src/widgets/qlineedit.cpp')
-rw-r--r-- | src/widgets/qlineedit.cpp | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/widgets/qlineedit.cpp b/src/widgets/qlineedit.cpp index 0546bb0d7..2a4ef1c47 100644 --- a/src/widgets/qlineedit.cpp +++ b/src/widgets/qlineedit.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -1123,17 +1123,17 @@ bool TQLineEdit::hasAcceptableInput() const The mask format understands these mask characters: \table \header \i Character \i Meaning - \row \i \c A \i ASCII alphabetic character retquired. A-Z, a-z. - \row \i \c a \i ASCII alphabetic character permitted but not retquired. - \row \i \c N \i ASCII alphanumeric character retquired. A-Z, a-z, 0-9. - \row \i \c n \i ASCII alphanumeric character permitted but not retquired. - \row \i \c X \i Any character retquired. - \row \i \c x \i Any character permitted but not retquired. - \row \i \c 9 \i ASCII digit retquired. 0-9. - \row \i \c 0 \i ASCII digit permitted but not retquired. - \row \i \c D \i ASCII digit retquired. 1-9. - \row \i \c d \i ASCII digit permitted but not retquired (1-9). - \row \i \c # \i ASCII digit or plus/minus sign permitted but not retquired. + \row \i \c A \i ASCII alphabetic character required. A-Z, a-z. + \row \i \c a \i ASCII alphabetic character permitted but not required. + \row \i \c N \i ASCII alphanumeric character required. A-Z, a-z, 0-9. + \row \i \c n \i ASCII alphanumeric character permitted but not required. + \row \i \c X \i Any character required. + \row \i \c x \i Any character permitted but not required. + \row \i \c 9 \i ASCII digit required. 0-9. + \row \i \c 0 \i ASCII digit permitted but not required. + \row \i \c D \i ASCII digit required. 1-9. + \row \i \c d \i ASCII digit permitted but not required (1-9). + \row \i \c # \i ASCII digit or plus/minus sign permitted but not required. \row \i \c > \i All following alphabetic characters are uppercased. \row \i \c < \i All following alphabetic characters are lowercased. \row \i \c ! \i Switch off case conversion. @@ -1971,7 +1971,7 @@ void TQLineEdit::drawContents( TQPainter *p ) // IMCompose event. Although the function is invoked from various // other points, some situations such as "candidate selection on // AlignHCenter'ed text" need this invocation because - // updateMicroFocusHint() retquires updated contentsRect(), and + // updateMicroFocusHint() requires updated contentsRect(), and // there are no other chances in such situation that invoke the // function. d->updateMicroFocusHint(); @@ -2419,8 +2419,8 @@ void TQLineEditPrivate::updateMicroFocusHint() { // To reduce redundant microfocus update notification, we remember // the old rect and update the microfocus if actual update is - // retquired. The rect o is intentionally static because some - // notifyee retquires the microfocus information as global update + // required. The rect o is intentionally static because some + // notifyee requires the microfocus information as global update // rather than per notifyee update to place shared widget around // microfocus. static TQRect o; |