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-13 09:46:34 +0900
commit2081343a38fcf12e7ae321f594ce4e07d042de9a (patch)
treec2ab7e6c2da598db3da12a05dcf6d40833cbbbaf /style/eventfilter.cpp
parentf4a20352864856a7d9161ac975143b1df4ed5434 (diff)
downloadtde-style-baghira-2081343a.tar.gz
tde-style-baghira-2081343a.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 31149c65cca5348dfd890dfb2ffe027f544f6ccb)
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);