From 1a2c703f4d5f22e9f8a0e74a2976895d85318e51 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 14 Jan 2024 16:30:02 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- tde-i18n-nl/docs/tdebase/ksplashml/index.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tde-i18n-nl/docs/tdebase/ksplashml') diff --git a/tde-i18n-nl/docs/tdebase/ksplashml/index.docbook b/tde-i18n-nl/docs/tdebase/ksplashml/index.docbook index 9a2091f9dca..2186a46347b 100644 --- a/tde-i18n-nl/docs/tdebase/ksplashml/index.docbook +++ b/tde-i18n-nl/docs/tdebase/ksplashml/index.docbook @@ -990,7 +990,7 @@ c2, int sp ) preparePixmap( i ); m_stepTimer = new QTimer( this ); - connect(m_stepTimer, SIGNAL(timeout()), this, SLOT(stepEvent())); + connect(m_stepTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(stepEvent())); m_stepTimer->start( 50 ); } -- cgit v1.2.3