summaryrefslogtreecommitdiffstats
path: root/style/eventfilter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 09:39:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 09:39:46 +0900
commit31149c65cca5348dfd890dfb2ffe027f544f6ccb (patch)
tree1de9f252024c299d2084555a31f6eb5f147d11e5 /style/eventfilter.cpp
parent738600dec8d0539f01b2c9f924f832a9369cd6e7 (diff)
downloadtde-style-baghira-31149c65cca5348dfd890dfb2ffe027f544f6ccb.tar.gz
tde-style-baghira-31149c65cca5348dfd890dfb2ffe027f544f6ccb.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>
Diffstat (limited to 'style/eventfilter.cpp')
-rw-r--r--style/eventfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/eventfilter.cpp b/style/eventfilter.cpp
index ed445d7..a701e60 100644
--- a/style/eventfilter.cpp
+++ b/style/eventfilter.cpp
@@ -13,7 +13,7 @@ bool LiquidStyle::objectEventHandler( const TQStyleControlElementData &ceData,
return true;
}
- if (!ceData.widgetObjectTypes.contains(TQOBJECT_OBJECT_NAME_STRING)) {
+ if (!ceData.widgetObjectTypes.contains("TQObject")) {
return false;
}
TQObject* obj = reinterpret_cast<TQObject*>(source);