]> git.sesse.net Git - vlc/commitdiff
Code Cosmetics
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Jun 2008 01:45:42 +0000 (18:45 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Jun 2008 01:45:42 +0000 (18:45 -0700)
modules/gui/qt4/components/open_panels.cpp

index 5f8ec12b17168c3dea2a8ce1f42a3f27ebbe81e9..553c96fc869527c1355d371b11e6921da34269aa 100644 (file)
@@ -926,10 +926,10 @@ CaptureOpenPanel::CaptureOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
     screenDevLayout->addWidget( screenLabel, 0, 0 );
 
     /* General connects */
-    connect( ui.deviceCombo, SIGNAL( activated( int ) ),
-                     stackedDevLayout, SLOT( setCurrentIndex( int ) ) );
-    connect( ui.deviceCombo, SIGNAL( activated( int ) ),
-                     stackedPropLayout, SLOT( setCurrentIndex( int ) ) );
+    CONNECT( ui.deviceCombo, activated( int ) ,
+             stackedDevLayout, setCurrentIndex( int ) );
+    CONNECT( ui.deviceCombo, activated( int ),
+             stackedPropLayout, setCurrentIndex( int ) );
     CONNECT( ui.deviceCombo, activated( int ), this, updateMRL() );
     CONNECT( ui.deviceCombo, activated( int ), this, updateButtons() );