[vlc-commits] Qt: replace a remnant of Qt3

Ludovic Fauvet git at videolan.org
Wed Aug 28 16:17:59 CEST 2013


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Aug 28 16:05:56 2013 +0200| [dfb0024f57a7c804729cbd219015c8deb27e6edc] | committer: Ludovic Fauvet

Qt: replace a remnant of Qt3

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dfb0024f57a7c804729cbd219015c8deb27e6edc
---

 modules/gui/qt4/components/open_panels.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 4c516cd..24f9e0f 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -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 ) );
     }



More information about the vlc-commits mailing list