From ded8d1e9aa2cb83423db621ce61d984cf4cb83dc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 6 Jan 2024 12:58:15 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 3c9cb4f33bd528dba5d48e06af721137f9a26630) --- src/effectwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/effectwidget.cpp') diff --git a/src/effectwidget.cpp b/src/effectwidget.cpp index d6c6dfd..c89ea2d 100644 --- a/src/effectwidget.cpp +++ b/src/effectwidget.cpp @@ -72,7 +72,7 @@ void EffectWidget::start() if (!timer) { timer = new TQTimer(this); - connect(timer,TQT_SIGNAL(timeout()),this,TQT_SLOT(timerTick())); + connect(timer,TQ_SIGNAL(timeout()),this,TQ_SLOT(timerTick())); } playing = true; -- cgit v1.2.3