summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqkeysequence.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqkeysequence.3qt')
-rw-r--r--doc/man/man3/tqkeysequence.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqkeysequence.3qt b/doc/man/man3/tqkeysequence.3qt
index d73e4ac9..5e975930 100644
--- a/doc/man/man3/tqkeysequence.3qt
+++ b/doc/man/man3/tqkeysequence.3qt
@@ -40,7 +40,7 @@ Inherits Qt.
.BI "bool \fBisEmpty\fR () const"
.br
.ti -1c
-.BI "Qt::SequenceMatch \fBmatches\fR ( const QKeySequence & seq ) const"
+.BI "TQt::SequenceMatch \fBmatches\fR ( const QKeySequence & seq ) const"
.br
.ti -1c
.BI "\fBoperator TQString\fR () const"
@@ -115,8 +115,8 @@ Destroys the key sequence.
Returns the number of keys in the key sequence. The maximum is 4.
.SH "bool QKeySequence::isEmpty () const"
Returns TRUE if the key sequence is empty; otherwise returns FALSE.
-.SH "Qt::SequenceMatch QKeySequence::matches ( const QKeySequence & seq ) const"
-Matches the sequence with \fIseq\fR. Returns Qt::Identical if successful, Qt::PartialMatch for matching but incomplete \fIseq\fR, and Qt::NoMatch if the sequences have nothing in common. Returns Qt::NoMatch if \fIseq\fR is shorter.
+.SH "TQt::SequenceMatch QKeySequence::matches ( const QKeySequence & seq ) const"
+Matches the sequence with \fIseq\fR. Returns TQt::Identical if successful, TQt::PartialMatch for matching but incomplete \fIseq\fR, and TQt::NoMatch if the sequences have nothing in common. Returns TQt::NoMatch if \fIseq\fR is shorter.
.SH "QKeySequence::operator TQString () const"
Creates an accelerator string for the key sequence. For instance CTRL+Key_O gives "Ctrl+O". If the key sequence has multiple key codes they are returned comma-separated, e.g." Alt+X, Ctrl+Y, Z". The strings, "Ctrl", "Shift", etc. are translated (using TQObject::tr()) in the "QAccel" scope. If the key sequence has no keys, TQString::null is returned.
.PP