Now if only someone found a way to get past audio skipping when you touch anything hildon-related... (same in mplayer/someplayer etc)
void MainWindow::startMaemoTouchSounds() { QProcess myProcess; myProcess.startDetached("maemo-xinput-sounds"); } void MainWindow::stopMaemoTouchSounds() { QProcess myProcess; myProcess.startDetached("killall maemo-xinput-sounds"); }