summaryrefslogtreecommitdiffstats
path: root/style/eventfilter.cpp
diff options
context:
space:
mode:
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);