X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fcomplete_preferences.cpp;h=69afc75ba2905c233139ecfc60e9888575daeab5;hb=b5077c0ef45f56e5b4126f78b71aadecf8f2857f;hp=0fce1cae6cbae79d9ed93be03a6322ee2278efe3;hpb=c6adecf5346037600a5f332f2c14d56b43abb354;p=vlc diff --git a/modules/gui/qt4/components/complete_preferences.cpp b/modules/gui/qt4/components/complete_preferences.cpp index 0fce1cae6c..69afc75ba2 100644 --- a/modules/gui/qt4/components/complete_preferences.cpp +++ b/modules/gui/qt4/components/complete_preferences.cpp @@ -65,13 +65,13 @@ PrefsTree::PrefsTree( intf_thread_t *_p_intf, QWidget *_parent ) : /* Nice icons */ #define BI( a,b) QIcon a##_icon = QIcon( QPixmap( b )) - BI( audio, ":/pixmaps/advprefs_audio.png" ); - BI( video, ":/pixmaps/advprefs_video.png" ); - BI( input, ":/pixmaps/advprefs_codec.png" ); - BI( sout, ":/pixmaps/advprefs_sout.png" ); - BI( advanced, ":/pixmaps/advprefs_extended.png" ); - BI( playlist, ":/pixmaps/advprefs_playlist.png" ); - BI( interface, ":/pixmaps/advprefs_intf.png" ); + BI( audio, ":/advprefs_audio" ); + BI( video, ":/advprefs_video" ); + BI( input, ":/advprefs_codec" ); + BI( sout, ":/advprefs_sout" ); + BI( advanced, ":/advprefs_extended" ); + BI( playlist, ":/advprefs_playlist" ); + BI( interface, ":/advprefs_intf" ); #undef BI /* Build the tree for the main module */