summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/tagattributetree.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-11-30 21:47:48 +0900
commitd72f4843816818bdb27e7faae86e68d51d624267 (patch)
tree58aa8d1c8fd1287f318efb28abb341d136e24091 /quanta/treeviews/tagattributetree.cpp
parent9f67f75a70919376d8cd380ac1c076c25c4e7ec8 (diff)
downloadtdewebdev-d72f4843816818bdb27e7faae86e68d51d624267.tar.gz
tdewebdev-d72f4843816818bdb27e7faae86e68d51d624267.zip
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/treeviews/tagattributetree.cpp')
-rw-r--r--quanta/treeviews/tagattributetree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/treeviews/tagattributetree.cpp b/quanta/treeviews/tagattributetree.cpp
index 26d676d2..335fafc6 100644
--- a/quanta/treeviews/tagattributetree.cpp
+++ b/quanta/treeviews/tagattributetree.cpp
@@ -128,7 +128,7 @@ bool DualEditableTree::eventFilter(TQObject *object, TQEvent *event)
if(event->type() == TQEvent::KeyPress && m_editable)
{
- TQKeyEvent *keyevent = TQT_TQKEYEVENT(event);
+ TQKeyEvent *keyevent = static_cast<TQKeyEvent*>(event);
switch(keyevent->key())
{
case Key_Left: