From dd931b3ea9ab2bb3effe05d1533f57fd8d7e01ca Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Nov 2023 21:31:54 +0900 Subject: Replace 'Event' #define strings Signed-off-by: Michele Calgaro (cherry picked from commit d72f4843816818bdb27e7faae86e68d51d624267) --- klinkstatus/src/ui/klshistorycombo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klinkstatus/src/ui/klshistorycombo.cpp') diff --git a/klinkstatus/src/ui/klshistorycombo.cpp b/klinkstatus/src/ui/klshistorycombo.cpp index 68da2720..cdcf1a59 100644 --- a/klinkstatus/src/ui/klshistorycombo.cpp +++ b/klinkstatus/src/ui/klshistorycombo.cpp @@ -84,7 +84,7 @@ bool KLSHistoryCombo::eventFilter( TQObject *o, TQEvent *ev ) int type = ev->type(); if ( type == TQEvent::KeyPress ) { - TQKeyEvent *e = TQT_TQKEYEVENT( ev ); + TQKeyEvent *e = static_cast( ev ); if ( e->key() == Key_Return || e->key() == Key_Enter ) { -- cgit v1.2.3