summaryrefslogtreecommitdiffstats
path: root/src/part/part.cpp
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-06-30 16:50:28 +0200
committergregory guy <[email protected]>2020-06-30 17:31:58 +0200
commit9977caccb33207b4dabc61485239d865f8aca639 (patch)
treea620402c8142a6fdeacaf189c337d4c3b261d9f9 /src/part/part.cpp
parent0aea32338c4e10924b6fa391bf25ecd55cbb0341 (diff)
downloadcodeine-9977caccb33207b4dabc61485239d865f8aca639.tar.gz
codeine-9977caccb33207b4dabc61485239d865f8aca639.zip
Bring back missing icons, thanks to Slávek Banko for the tip.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/part/part.cpp')
-rw-r--r--src/part/part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/part.cpp b/src/part/part.cpp
index 6490e67..37d888e 100644
--- a/src/part/part.cpp
+++ b/src/part/part.cpp
@@ -35,7 +35,7 @@ namespace Codeine
//FIXME this will terminate the host, eg Konqueror
Debug::fatal() << "Couldn't init xine!\n";
- TDEAction *play = new TDEToggleAction( i18n("Play"), "player_play", TQt::Key_Space, videoWindow(), SLOT(togglePlay()), actionCollection(), "play" );
+ TDEAction *play = new TDEToggleAction( i18n("Play"), "media-playback-start", TQt::Key_Space, videoWindow(), SLOT(togglePlay()), actionCollection(), "play" );
TDEAction *mute = new TDEToggleAction( i18n("Mute"), "player_mute", TQt::Key_M, videoWindow(), SLOT(toggleMute()), actionCollection(), "mute" );
TDEToolBar *toolBar = new MouseOverToolBar( widget() );
play->plug( toolBar );