From 1ca6231ff7a251916340814041990bef8e282308 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 --- src/app/videoWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/videoWindow.cpp') diff --git a/src/app/videoWindow.cpp b/src/app/videoWindow.cpp index 0f2d540..e9230ce 100644 --- a/src/app/videoWindow.cpp +++ b/src/app/videoWindow.cpp @@ -54,7 +54,7 @@ VideoWindow::initVideo() m_displayRatio = w / h; } - connect( &m_timer, SIGNAL(timeout()), SLOT(hideCursor()) ); + connect( &m_timer, TQ_SIGNAL(timeout()), TQ_SLOT(hideCursor()) ); XUnlockDisplay( X::d ); } -- cgit v1.2.3