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 a701e60..562a31c 100644
--- a/style/eventfilter.cpp
+++ b/style/eventfilter.cpp
@@ -538,7 +538,7 @@ bool LiquidStyle::objectEventHandler( const TQStyleControlElementData &ceData,
return false;
mouseButtonPressed_ = true;
cursorPos_ = mev->globalPos();
- TQTimer::singleShot(50,this,SLOT(fakeMouse()));
+ TQTimer::singleShot(50,this,TQ_SLOT(fakeMouse()));
return true; // fire this event
}
if ( ::tqt_cast<TQScrollBar*>(obj) && ((TQMouseEvent*)ev)->button() != TQt::RightButton)