summaryrefslogtreecommitdiffstats
path: root/quanta/parts/kafka/kafkahtmlpart.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-30 21:31:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-01 00:14:33 +0900
commitdd931b3ea9ab2bb3effe05d1533f57fd8d7e01ca (patch)
treed8e08433e02631259733ac5bac7426aca3bdad31 /quanta/parts/kafka/kafkahtmlpart.cpp
parentb4887167404390a15f8ba25da1ae0348e27b2699 (diff)
downloadtdewebdev-dd931b3e.tar.gz
tdewebdev-dd931b3e.zip
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d72f4843816818bdb27e7faae86e68d51d624267)
Diffstat (limited to 'quanta/parts/kafka/kafkahtmlpart.cpp')
-rw-r--r--quanta/parts/kafka/kafkahtmlpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/parts/kafka/kafkahtmlpart.cpp b/quanta/parts/kafka/kafkahtmlpart.cpp
index 1d633e98..89c17f20 100644
--- a/quanta/parts/kafka/kafkahtmlpart.cpp
+++ b/quanta/parts/kafka/kafkahtmlpart.cpp
@@ -508,7 +508,7 @@ bool KafkaWidget::eventFilter(TQObject *, TQEvent *event)
if(event->type() == TQEvent::KeyPress || event->type() == TQEvent::IMEnd)
{
- TQKeyEvent *keyevent = TQT_TQKEYEVENT(event);
+ TQKeyEvent *keyevent = static_cast<TQKeyEvent*>(event);
//Create a new NodeModifsSet where the changes will be logged.
m_modifs = new NodeModifsSet();