]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.cpp
SPrefsPanel : swapped 2 arguments
[vlc] / modules / gui / qt4 / components / simple_preferences.cpp
index 788a9860f79822219bb91c31936ba8e8ca6e6d85..2395a1486b1dd4e5ebfdeec53485fb11d4566caf 100644 (file)
@@ -665,7 +665,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
 
             p_config = config_FindConfig( VLC_OBJECT(p_intf), "hotkeys-mousewheel-mode" );
             control = new IntegerListConfigControl( VLC_OBJECT(p_intf),
-                    p_config, false, this, gLayout, line );
+                    p_config, this, false, gLayout, line );
             controls.append( control );
 
             break;