From b023e0397971a8bf160f67f03da84e8389ad27b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jan 2024 11:36:54 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 1ca6231ff7a251916340814041990bef8e282308) --- src/part/videoWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/part/videoWindow.cpp') diff --git a/src/part/videoWindow.cpp b/src/part/videoWindow.cpp index eb1c859..2da1c35 100644 --- a/src/part/videoWindow.cpp +++ b/src/part/videoWindow.cpp @@ -71,7 +71,7 @@ VideoWindow::VideoWindow( TQWidget *parent, const char *name ) XUnlockDisplay( X::d ); - connect( &m_timer, SIGNAL(timeout()), SLOT(hideCursor()) ); + connect( &m_timer, TQ_SIGNAL(timeout()), TQ_SLOT(hideCursor()) ); } VideoWindow::~VideoWindow() -- cgit v1.2.3