summaryrefslogtreecommitdiffstats
path: root/src/app/videoSettings.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-01-02 11:36:54 +0900
committerMichele Calgaro <[email protected]>2024-01-04 10:14:40 +0900
commitb023e0397971a8bf160f67f03da84e8389ad27b6 (patch)
tree3771e178b5559341134c62a53ff0390b2149a635 /src/app/videoSettings.cpp
parent7c2b90bd69ea9078e888c494918ba7f5a03949ff (diff)
downloadcodeine-b023e0397971a8bf160f67f03da84e8389ad27b6.tar.gz
codeine-b023e0397971a8bf160f67f03da84e8389ad27b6.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1ca6231ff7a251916340814041990bef8e282308)
Diffstat (limited to 'src/app/videoSettings.cpp')
-rw-r--r--src/app/videoSettings.cpp2
1 files changed, 1 insertions, 1 deletions
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 )