summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/dictchooser.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 18:48:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-17 17:50:17 +0900
commit3c1e2ceb3aac4f825a4774f05dc7316ac85b92f2 (patch)
tree98bb4b295d43f3038a42f2037fbded86bcc6d2a2 /kbabel/kbabeldict/dictchooser.cpp
parent80e5cf10adb1a307abe36a18d9e525b7ab6265ca (diff)
downloadtdesdk-3c1e2ceb3aac4f825a4774f05dc7316ac85b92f2.tar.gz
tdesdk-3c1e2ceb3aac4f825a4774f05dc7316ac85b92f2.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2ceb4caa0bdb7828fdc87dca7b5a719279e23398)
Diffstat (limited to 'kbabel/kbabeldict/dictchooser.cpp')
-rw-r--r--kbabel/kbabeldict/dictchooser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/dictchooser.cpp b/kbabel/kbabeldict/dictchooser.cpp
index ae3f506a..bcd1fcbc 100644
--- a/kbabel/kbabeldict/dictchooser.cpp
+++ b/kbabel/kbabeldict/dictchooser.cpp
@@ -261,7 +261,7 @@ bool DictChooser::eventFilter(TQObject *object, TQEvent *event)
{
if(event->type() == TQEvent::FocusIn)
{
- if(TQT_BASE_OBJECT(object)==TQT_BASE_OBJECT(selectedBox))
+ if(object==selectedBox)
{
int i = selectedBox->currentItem();
selectedBox->setSelected(i,true);