summaryrefslogtreecommitdiffstats
path: root/style/baghira.h
diff options
context:
space:
mode:
Diffstat (limited to 'style/baghira.h')
-rw-r--r--style/baghira.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/style/baghira.h b/style/baghira.h
index e0ee8a5..8f219aa 100644
--- a/style/baghira.h
+++ b/style/baghira.h
@@ -577,7 +577,10 @@ public:
ControlElementFlags elementFlags,
const TQStyleOption& = TQStyleOption::Default,
const TQWidget *widget = 0 ) const;
- bool eventFilter( TQObject *object, TQEvent *event );
+ virtual bool objectEventHandler( const TQStyleControlElementData &ceData,
+ ControlElementFlags elementFlags,
+ void* source,
+ TQEvent *ev );
private slots:
void updateProgressPos();