summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqkeysequence.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 15:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 23:33:47 +0900
commit089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch)
treee2c5625c37ba83b0848bbb212a45995ceec84139 /doc/man/man3/tqkeysequence.3qt
parentd21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff)
downloadtqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz
tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 d73e4ac95..5e975930c 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