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

« back to all changes in this revision

Viewing changes to juk/playlistsplitter.cpp

  • 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:
64
64
 
65
65
    m_editor->slotUpdateCollection();
66
66
    m_editor->setupObservers();
67
 
 
68
 
    connect(m_player, SIGNAL(signalItemChanged(FileHandle)),
69
 
            this,     SIGNAL(playingItemChanged(FileHandle)));
70
67
}
71
68
 
72
69
PlaylistSplitter::~PlaylistSplitter()
194
191
 
195
192
    // Create the PlaylistBox
196
193
 
197
 
    m_playlistBox = new PlaylistBox(this, m_playlistStack);
 
194
    m_playlistBox = new PlaylistBox(m_player, this, m_playlistStack);
198
195
    m_playlistBox->setObjectName( "playlistBox" );
199
196
 
200
197
    connect(m_playlistBox->object(), SIGNAL(signalSelectedItemsChanged()),