|
|
@ -251,7 +251,7 @@ MainWindow::setupActions()
|
|
|
|
connect( new FullScreenAction( this, ac ), SIGNAL(toggled( bool )), SLOT(fullScreenToggled( bool )) );
|
|
|
|
connect( new FullScreenAction( this, ac ), SIGNAL(toggled( bool )), SLOT(fullScreenToggled( bool )) );
|
|
|
|
|
|
|
|
|
|
|
|
new PlayAction( this, SLOT(play()), ac );
|
|
|
|
new PlayAction( this, SLOT(play()), ac );
|
|
|
|
new TDEAction( i18n("Stop"), "player_stop", Key_S, engine(), SLOT(stop()), ac, "stop" );
|
|
|
|
new TDEAction( i18n("Stop"), "media-playback-stop", Key_S, engine(), SLOT(stop()), ac, "stop" );
|
|
|
|
|
|
|
|
|
|
|
|
new TDEToggleAction( i18n("Record"), "player_record", CTRL + Key_R, engine(), SLOT(record()), ac, "record" );
|
|
|
|
new TDEToggleAction( i18n("Record"), "player_record", CTRL + Key_R, engine(), SLOT(record()), ac, "record" );
|
|
|
|
|
|
|
|
|
|
|
|