diff options
Diffstat (limited to 'audio/last.fm/patches/volumeslider_h-qt45.patch')
-rw-r--r-- | audio/last.fm/patches/volumeslider_h-qt45.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/last.fm/patches/volumeslider_h-qt45.patch b/audio/last.fm/patches/volumeslider_h-qt45.patch new file mode 100644 index 0000000000..91374423b6 --- /dev/null +++ b/audio/last.fm/patches/volumeslider_h-qt45.patch @@ -0,0 +1,19 @@ +Index: lastfm-1.5.1.31879/src/myvolumeslider.h +=================================================================== +--- /dev/null ++++ lastfm-1.5.1.31879/src/myvolumeslider.h +@@ -0,0 +1 @@ ++#include "volumeslider.h" +Index: lastfm-1.5.1.31879/src/playcontrols.ui +=================================================================== +--- lastfm-1.5.1.31879.orig/src/playcontrols.ui ++++ lastfm-1.5.1.31879/src/playcontrols.ui +@@ -146,7 +146,7 @@ + <customwidget> + <class>VolumeSlider</class> + <extends>QFrame</extends> +- <header>volumeslider.h</header> ++ <header>myvolumeslider.h</header> + <container>1</container> + </customwidget> + </customwidgets> |