X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fqt4.hpp;h=dec423d108016aeef95d5e0b362cd8fbe6740d8f;hb=b5077c0ef45f56e5b4126f78b71aadecf8f2857f;hp=cd6439e6a4aa0098124ff299d760448246aba5f7;hpb=c6adecf5346037600a5f332f2c14d56b43abb354;p=vlc diff --git a/modules/gui/qt4/qt4.hpp b/modules/gui/qt4/qt4.hpp index cd6439e6a4..dec423d108 100644 --- a/modules/gui/qt4/qt4.hpp +++ b/modules/gui/qt4/qt4.hpp @@ -89,7 +89,7 @@ struct intf_sys_t #define BUTTON_SET_IMG( button, text, image, tooltip ) \ BUTTON_SET( button, text, tooltip ); \ - button->setIcon( QIcon( ":/pixmaps/"#image ) ); + button->setIcon( QIcon( ":/"#image ) ); #define BUTTON_SET_ACT_I( button, text, image, tooltip, thisslot ) \ BUTTON_SET_IMG( button, text, image, tooltip ); \