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

« back to all changes in this revision

Viewing changes to kmix/kmix.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-06-09 04:04:14 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100609040414-tanu9mrbc881t7v3
Tags: 4:4.4.85-0ubuntu1
* New upstream release
  - Bump kde-sc-dev-latest to 4.4.85
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
  if ( m_autouseMultimediaKeys ) {
144
144
    KAction* globalAction = actionCollection()->addAction("increase_volume");
145
145
    globalAction->setText(i18n("Increase Volume"));
146
 
    globalAction->setGlobalShortcut(KShortcut(Qt::Key_VolumeUp), ( KAction::ShortcutTypes)( KAction::ActiveShortcut |  KAction::DefaultShortcut),  KAction::NoAutoloading);
 
146
    globalAction->setGlobalShortcut(KShortcut(Qt::Key_VolumeUp));
147
147
    connect(globalAction, SIGNAL(triggered(bool) ), SLOT(slotIncreaseVolume()));
148
148
 
149
149
    globalAction = actionCollection()->addAction("decrease_volume");