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-02 11:36:54 +0900
commit1ca6231ff7a251916340814041990bef8e282308 (patch)
tree70032d1b548c828ee397996ac1e6ef12b998698b /src/app/videoSettings.cpp
parent6208d03e3d27f1516519199132a8dc8d61e222f1 (diff)
downloadcodeine-1ca6231ff7a251916340814041990bef8e282308.tar.gz
codeine-1ca6231ff7a251916340814041990bef8e282308.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
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 )