]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.hpp
Qt Imageset update.
[vlc] / modules / gui / qt4 / qt4.hpp
index cd6439e6a4aa0098124ff299d760448246aba5f7..dec423d108016aeef95d5e0b362cd8fbe6740d8f 100644 (file)
@@ -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 );                \