~ubuntu-branches/ubuntu/maverick/kdemultimedia/maverick-proposed

« back to all changes in this revision

Viewing changes to juk/playlistbox.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-06-26 02:22:25 UTC
  • mfrom: (1.2.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20100626022225-omfadqnrsdbinnnu
Tags: 4:4.4.90-0ubuntu1
* New upstream rc release
  - Bump kde-sc-dev-latest to 4.4.90
  - Add not-installed file
  - Update KUBUNTU-DEBIAN-DIFFERENCES
  - Update symbol file and confirmed on i386 amd64
  - Bump library version in rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
    friend class Item;
50
50
 
51
 
    PlaylistBox(QWidget *parent, QStackedWidget *playlistStack);
 
51
    PlaylistBox(PlayerManager *player, QWidget *parent, QStackedWidget *playlistStack);
52
52
    virtual ~PlaylistBox();
53
53
 
54
54
    virtual void raise(Playlist *playlist);