diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 11:54:15 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 20:55:58 +0900 |
| commit | 0769201035d1d083ab53a0ecd68172d7dc6fbc8d (patch) | |
| tree | aba126a222edd7991e8f77944da6784503b31833 /src/knowitedit.cpp | |
| parent | 1448a29b4641228157e43916e4ceb207f8c94aaa (diff) | |
| download | knowit-07692010.tar.gz knowit-07692010.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit de36ef57b200f39eb5cd55ac5168369dc735cff0)
Diffstat (limited to 'src/knowitedit.cpp')
| -rw-r--r-- | src/knowitedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/knowitedit.cpp b/src/knowitedit.cpp index 748759d..c197555 100644 --- a/src/knowitedit.cpp +++ b/src/knowitedit.cpp @@ -35,8 +35,8 @@ void KnowitEdit::keyPressEvent(TQKeyEvent* e) { if (swapEOL && (e->key() == TQt::Key_Enter || e->key() == TQt::Key_Return) && - (e->state() | (Qt::NoButton | TQt::ControlButton | TQt::Keypad) == - (Qt::NoButton | TQt::ControlButton | TQt::Keypad))) { + (e->state() | (TQt::NoButton | TQt::ControlButton | TQt::Keypad) == + (TQt::NoButton | TQt::ControlButton | TQt::Keypad))) { TQKeyEvent* e1 = new TQKeyEvent(TQKeyEvent::KeyPress, e->key(), e->ascii(), e->state() ^ TQt::ControlButton, e->text(), e->isAutoRepeat(), e->count()); |
