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/videoSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/videoSettings.cpp') diff --git a/src/app/videoSettings.cpp b/src/app/videoSettings.cpp index 3a45c5a..14e272e 100644 --- a/src/app/videoSettings.cpp +++ b/src/app/videoSettings.cpp @@ -37,7 +37,7 @@ public: setTickmarks( TQSlider::Below ); setTickInterval( 65536 / 4 ); setMinimumWidth( fontMetrics().width( name ) * 3 ); - connect( this, SIGNAL(valueChanged( int )), Codeine::engine(), SLOT(setStreamParameter( int )) ); + connect( this, TQ_SIGNAL(valueChanged( int )), Codeine::engine(), TQ_SLOT(setStreamParameter( int )) ); } virtual void mousePressEvent( TQMouseEvent *e ) -- cgit v1.2.3