Commit dfb0024f authored by Ludovic Fauvet's avatar Ludovic Fauvet

Qt: replace a remnant of Qt3

parent 28d4b8d5
...@@ -1074,8 +1074,8 @@ void CaptureOpenPanel::initialize() ...@@ -1074,8 +1074,8 @@ void CaptureOpenPanel::initialize()
2, 0, 1, 1 ); 2, 0, 1, 1 );
/* PVR CONNECTs */ /* PVR CONNECTs */
CuMRL( pvrDevice, textChanged( const QString& ) ); CuMRL( pvrDevice, editTextChanged( const QString& ) );
CuMRL( pvrAudioDevice, textChanged( const QString& ) ); CuMRL( pvrAudioDevice, editTextChanged( const QString& ) );
CuMRL( pvrFreq, valueChanged ( int ) ); CuMRL( pvrFreq, valueChanged ( int ) );
CuMRL( pvrNormBox, currentIndexChanged ( int ) ); CuMRL( pvrNormBox, currentIndexChanged ( int ) );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment