mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
kmix: adjust to Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
dee192e49a
commit
507456f0ad
1 changed files with 2 additions and 7 deletions
|
@ -260,19 +260,14 @@ KMixWindow::initActionsLate()
|
|||
{
|
||||
KAction* globalAction = actionCollection()->addAction("increase_volume");
|
||||
globalAction->setText(i18n("Increase Volume"));
|
||||
globalAction->setGlobalShortcut(KShortcut(Qt::Key_VolumeUp));
|
||||
connect(globalAction, SIGNAL(triggered(bool)),
|
||||
SLOT(slotIncreaseVolume()));
|
||||
connect(globalAction, SIGNAL(triggered(bool)), SLOT(slotIncreaseVolume()));
|
||||
|
||||
globalAction = actionCollection()->addAction("decrease_volume");
|
||||
globalAction->setText(i18n("Decrease Volume"));
|
||||
globalAction->setGlobalShortcut(KShortcut(Qt::Key_VolumeDown));
|
||||
connect(globalAction, SIGNAL(triggered(bool)),
|
||||
SLOT(slotDecreaseVolume()));
|
||||
connect(globalAction, SIGNAL(triggered(bool)), SLOT(slotDecreaseVolume()));
|
||||
|
||||
globalAction = actionCollection()->addAction("mute");
|
||||
globalAction->setText(i18n("Mute"));
|
||||
globalAction->setGlobalShortcut(KShortcut(Qt::Key_VolumeMute));
|
||||
connect(globalAction, SIGNAL(triggered(bool)), SLOT(slotMute()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue