summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui/tdeactionselector.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 11:34:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-13 10:04:55 +0900
commit41f63196dd0642327c581dc22e0c206b35a22cb7 (patch)
tree6cdadc0b9a2cbb418848ecb32c289a8c7f7624db /kbabel/commonui/tdeactionselector.cpp
parent365f31354bad56db26993380120a4d5e26fc133d (diff)
downloadtdesdk-41f63196dd0642327c581dc22e0c206b35a22cb7.tar.gz
tdesdk-41f63196dd0642327c581dc22e0c206b35a22cb7.zip
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8dac8f1a52cf3a2983af451aff69ca268cfbd6d7)
Diffstat (limited to 'kbabel/commonui/tdeactionselector.cpp')
-rw-r--r--kbabel/commonui/tdeactionselector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/commonui/tdeactionselector.cpp b/kbabel/commonui/tdeactionselector.cpp
index 9f364e7e..7cb5160c 100644
--- a/kbabel/commonui/tdeactionselector.cpp
+++ b/kbabel/commonui/tdeactionselector.cpp
@@ -409,7 +409,7 @@ bool TDEActionSelector::eventFilter( TQObject *o, TQEvent *e )
}
return true;
}
- else if ( o->inherits( TQLISTBOX_OBJECT_NAME_STRING ) )
+ else if ( o->inherits( "TQListBox" ) )
{
switch ( ((TQKeyEvent*)e)->key() )
{