|
Lines 357-366
Link Here
|
| 357 |
m_buttons[button_config] = new KMPlayerMenuButton (this, m_buttonbox, config_xpm); |
357 |
m_buttons[button_config] = new KMPlayerMenuButton (this, m_buttonbox, config_xpm); |
| 358 |
m_buttons[button_playlist] = ctrlButton (this, m_buttonbox, playlist_xpm); |
358 |
m_buttons[button_playlist] = ctrlButton (this, m_buttonbox, playlist_xpm); |
| 359 |
m_buttons[button_back] = ctrlButton (this, m_buttonbox, back_xpm); |
359 |
m_buttons[button_back] = ctrlButton (this, m_buttonbox, back_xpm); |
| 360 |
m_buttons[button_play] = ctrlButton(this, m_buttonbox, play_xpm, TQt::Key_R); |
360 |
m_buttons[button_play] = ctrlButton(this, m_buttonbox, play_xpm, TQt::Key_P); |
| 361 |
m_buttons[button_forward] = ctrlButton (this, m_buttonbox, forward_xpm); |
361 |
m_buttons[button_forward] = ctrlButton (this, m_buttonbox, forward_xpm); |
| 362 |
m_buttons[button_stop] = ctrlButton(this, m_buttonbox, stop_xpm, TQt::Key_S); |
362 |
m_buttons[button_stop] = ctrlButton(this, m_buttonbox, stop_xpm, TQt::Key_S); |
| 363 |
m_buttons[button_pause]=ctrlButton(this, m_buttonbox, pause_xpm, TQt::Key_P); |
363 |
m_buttons[button_pause]=ctrlButton(this, m_buttonbox, pause_xpm, TQt::Key_Space); |
| 364 |
m_buttons[button_record] = ctrlButton (this, m_buttonbox, record_xpm); |
364 |
m_buttons[button_record] = ctrlButton (this, m_buttonbox, record_xpm); |
| 365 |
m_buttons[button_broadcast] = ctrlButton (this, m_buttonbox, broadcast_xpm); |
365 |
m_buttons[button_broadcast] = ctrlButton (this, m_buttonbox, broadcast_xpm); |
| 366 |
m_buttons[button_language] = new KMPlayerMenuButton (this, m_buttonbox, language_xpm); |
366 |
m_buttons[button_language] = new KMPlayerMenuButton (this, m_buttonbox, language_xpm); |