From a0ecb910ebfd5bc6ac97bfa25dbc7898191e8525 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 6 Jan 2024 13:00:53 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 0c5fa47fb33bd800c42f9565fcd727b357ce1559) --- src/SUSE2button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SUSE2button.cpp') diff --git a/src/SUSE2button.cpp b/src/SUSE2button.cpp index 9f68f03..e06c8cf 100644 --- a/src/SUSE2button.cpp +++ b/src/SUSE2button.cpp @@ -64,7 +64,7 @@ SUSE2Button::SUSE2Button(ButtonType type, SUSE2Client *parent, const char *name) setBackgroundMode(NoBackground); animTmr = new TQTimer(this); - connect(animTmr, SIGNAL(timeout() ), this, SLOT(animate() ) ); + connect(animTmr, TQ_SIGNAL(timeout() ), this, TQ_SLOT(animate() ) ); animProgress = 0; } -- cgit v1.2.3