From 8f6829a20f2439f2bcfb7f39ce64eef133e93234 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 6 Jan 2024 12:58:35 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 936a0c73f552cce101c9aa5ec64800fad86542a2) --- style/eventfilter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style/eventfilter.cpp') 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(obj) && ((TQMouseEvent*)ev)->button() != TQt::RightButton) -- cgit v1.2.1