diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:07:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 23:06:51 +0900 |
| commit | 945085d2d242018111b8bb1e1082ebe2021b720b (patch) | |
| tree | 9162dfce141628f7e5d7ffc311dc0df860a6b29b /src/kvilib/irc/kvi_mirccntrl.h | |
| parent | 776d38202f9be592e1b6b99dbc81a64ee584c5c0 (diff) | |
| download | kvirc-945085d2.tar.gz kvirc-945085d2.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9577f4de07539fb2464a1499d45b25993c5cea46)
Diffstat (limited to 'src/kvilib/irc/kvi_mirccntrl.h')
| -rw-r--r-- | src/kvilib/irc/kvi_mirccntrl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/irc/kvi_mirccntrl.h b/src/kvilib/irc/kvi_mirccntrl.h index b02165d..2961e34 100644 --- a/src/kvilib/irc/kvi_mirccntrl.h +++ b/src/kvilib/irc/kvi_mirccntrl.h @@ -91,9 +91,9 @@ // 006 ACK Acknowledge (Not so good, but can be used as last resource) // 007 BEL Bell ( Recognized as bell by terminals and IRCII ) (Used also by some IRC servers) // 008 BS Backspace (Should not be assigned: terminal control) -// 009 HT Qt::Horizontal tabulation (Should not be assigned: terminal control) +// 009 HT Horizontal tabulation (Should not be assigned: terminal control) // 010 LF Line feed (Should not be assigned: terminal control) -// 011 VT Qt::Vertical tabulation (Should not be assigned: terminal control) +// 011 VT Vertical tabulation (Should not be assigned: terminal control) // 012 FF Form feed (Should not be assigned: terminal control) // 013 CR Carriage return (Should not be assigned: terminal control) // 014 SO Shift out (Should not be assigned: terminal control) |
