~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to debian/patches/qt45.diff

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-04-15 05:32:35 UTC
  • Revision ID: james.westby@ubuntu.com-20090415053235-9u5x3jxka35ow94e
Tags: 1:1.5.1.31879.dfsg-1ubuntu4
debian/patches/qt45.diff: fix the volumeslider header name to avoid qt45
to generate phonon/Phonon::VolumeSlider as header name (LP: #337862)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- lastfm-1.5.1.31879.dfsg.orig/src/playcontrols.ui
 
2
+++ lastfm-1.5.1.31879.dfsg/src/playcontrols.ui
 
3
@@ -146,7 +146,7 @@
 
4
   <customwidget>
 
5
    <class>VolumeSlider</class>
 
6
    <extends>QFrame</extends>
 
7
-   <header>volumeslider.h</header>
 
8
+   <header>./volumeslider.h</header>
 
9
    <container>1</container>
 
10
   </customwidget>
 
11
  </customwidgets>
 
12