]> git.sesse.net Git - vlc/commitdiff
Qt: replace a remnant of Qt3
authorLudovic Fauvet <etix@videolan.org>
Wed, 28 Aug 2013 14:05:56 +0000 (16:05 +0200)
committerLudovic Fauvet <etix@videolan.org>
Wed, 28 Aug 2013 14:15:32 +0000 (16:15 +0200)
modules/gui/qt4/components/open_panels.cpp

index 4c516cdd46d13ff911a74d1361f560e6e23e8ed6..24f9e0f001a7c91e6e909833522d611f96be4e24 100644 (file)
@@ -1074,8 +1074,8 @@ void CaptureOpenPanel::initialize()
                             2, 0, 1, 1 );
 
     /* PVR CONNECTs */
-    CuMRL( pvrDevice, textChanged( const QString& ) );
-    CuMRL( pvrAudioDevice, textChanged( const QString& ) );
+    CuMRL( pvrDevice, editTextChanged( const QString& ) );
+    CuMRL( pvrAudioDevice, editTextChanged( const QString& ) );
     CuMRL( pvrFreq, valueChanged ( int ) );
     CuMRL( pvrNormBox, currentIndexChanged ( int ) );
     }