- connect(m_phononWidget, SIGNAL(playingStarted()),
- this, SLOT(slotPlayingStarted()));
- connect(m_phononWidget, SIGNAL(playingStopped()),
- this, SLOT(slotPlayingStopped()));
+ connect(m_phononWidget, SIGNAL(hasVideoChanged(bool)),
+ this, SLOT(slotHasVideoChanged(bool)));