From c20f4d8f2cf03c69fcecc80d63fe3cbb80f51610 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Jan 2024 12:28:49 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- kenolaba/Ball.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kenolaba/Ball.cpp') diff --git a/kenolaba/Ball.cpp b/kenolaba/Ball.cpp index 6f10849a..04d11be0 100644 --- a/kenolaba/Ball.cpp +++ b/kenolaba/Ball.cpp @@ -229,7 +229,7 @@ BallWidget::BallWidget( int _freq, int bFr, TQWidget *parent, const char *name ) ballFraction = bFr; realSize = -1; timer = new TQTimer(this); - connect( timer, TQT_SIGNAL(timeout()), TQT_SLOT(animate()) ); + connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(animate()) ); } BallWidget::~BallWidget() -- cgit v1.2.1