Skip to content

Commit

Permalink
configurePhonon needs to display kcm_pulseaudio module rather than kc…
Browse files Browse the repository at this point in the history
…m_phonon.
  • Loading branch information
Robert Marshall committed Jun 30, 2020
1 parent e980395 commit 7aed1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configdialog/dialogs/PlaybackConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ PlaybackConfig::configurePhonon() //SLOT
KCMultiDialog KCM;

KCM.setWindowTitle( i18n( "Sound System - Amarok" ) );
KCM.addModule( QStringLiteral("kcm_phonon") );
KCM.addModule( QStringLiteral("kcm_pulseaudio") );
KCM.exec();
}

Expand Down

0 comments on commit 7aed1c2

Please sign in to comment.