From 845281400a4c6124e2cf8ab28174e9c3f0bc2895 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Jan 2024 11:49:24 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 69e4de2f4cee257151ca13b207dc677b2d958fed) --- kturtle/src/executer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kturtle/src/executer.cpp') diff --git a/kturtle/src/executer.cpp b/kturtle/src/executer.cpp index 9268eab1..eec03261 100644 --- a/kturtle/src/executer.cpp +++ b/kturtle/src/executer.cpp @@ -1015,7 +1015,7 @@ void Executer::startWaiting(int msec) { bStopWaiting = false; // call a timer that sets stopWaiting to true when it runs - TQTimer::singleShot( msec, this, TQT_SLOT( slotStopWaiting() ) ); + TQTimer::singleShot( msec, this, TQ_SLOT( slotStopWaiting() ) ); while (bStopWaiting == false) { if (bAbort) return; // waits need to be interrupted by the stop action -- cgit v1.2.3