new Phonon api

svn path=/trunk/KDE/kdepim/; revision=559237
wilder-work
Edwin Schepers 20 years ago
parent 5433b55c1c
commit 523221eecb
  1. 2
      kmfilteraction.cpp

@ -1813,7 +1813,7 @@ const QString KMFilterActionWithTest::displayString() const
KMFilterActionExecSound::KMFilterActionExecSound()
: KMFilterActionWithTest( "play sound", i18n("Play Sound") )
{
mPlayer = new Phonon::SimplePlayer();
mPlayer = new Phonon::SimplePlayer(Phonon::NotificationCategory);
}
KMFilterActionExecSound::~KMFilterActionExecSound()

Loading…
Cancel
Save