From 6d3dca838492ddc6596d110ec11a9d5d75bbd6d4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 20:10:12 -0500 Subject: Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance --- languages/ruby/debugger/dbgtoolbar.cpp | 2 +- languages/ruby/debugger/debuggerpart.cpp | 2 +- languages/ruby/debugger/rdboutputwidget.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'languages/ruby') diff --git a/languages/ruby/debugger/dbgtoolbar.cpp b/languages/ruby/debugger/dbgtoolbar.cpp index ba433c21..7dabbd3b 100644 --- a/languages/ruby/debugger/dbgtoolbar.cpp +++ b/languages/ruby/debugger/dbgtoolbar.cpp @@ -298,7 +298,7 @@ DbgToolBar::DbgToolBar(RubyDebuggerPart* part, DbgMoveHandle* moveHandle= new DbgMoveHandle(this); TQPushButton* bRun = new DbgButton(BarIcon("dbgrun"), i18n("Run"), this); - TQPushButton* bInterrupt = new DbgButton(BarIcon("player_pause"), i18n("Interrupt"), this); + TQPushButton* bInterrupt = new DbgButton(BarIcon("media-playback-pause"), i18n("Interrupt"), this); TQPushButton* bNext = new DbgButton(BarIcon("dbgnext"), i18n("Step Over"), this); TQPushButton* bStep = new DbgButton(BarIcon("dbgstep"), i18n("Step Into"), this); TQPushButton* bFinish = new DbgButton(BarIcon("dbgstepout"), i18n("Step Out"), this); diff --git a/languages/ruby/debugger/debuggerpart.cpp b/languages/ruby/debugger/debuggerpart.cpp index b3f91d75..bfa5de96 100644 --- a/languages/ruby/debugger/debuggerpart.cpp +++ b/languages/ruby/debugger/debuggerpart.cpp @@ -176,7 +176,7 @@ RubyDebuggerPart::RubyDebuggerPart( TQObject *parent, const char *name, const TQ action->setToolTip( i18n("Stop debugger") ); action->setWhatsThis(i18n("Stop debugger

Kills the executable and exits the debugger.")); - action = new TDEAction(i18n("Interrupt"), "player_pause", 0, + action = new TDEAction(i18n("Interrupt"), "media-playback-pause", 0, this, TQT_SLOT(slotPause()), actionCollection(), "debug_pause"); action->setToolTip( i18n("Interrupt application") ); diff --git a/languages/ruby/debugger/rdboutputwidget.cpp b/languages/ruby/debugger/rdboutputwidget.cpp index 568ddfd4..575d60ad 100644 --- a/languages/ruby/debugger/rdboutputwidget.cpp +++ b/languages/ruby/debugger/rdboutputwidget.cpp @@ -71,7 +71,7 @@ RDBOutputWidget::RDBOutputWidget( TQWidget *parent, const char *name) : 0, m_Interrupt->sizePolicy().hasHeightForWidth()) ); - m_Interrupt->setPixmap ( SmallIcon ( "player_pause" ) ); + m_Interrupt->setPixmap ( SmallIcon ( "media-playback-pause" ) ); userRDBCmdEntry->addWidget(m_Interrupt); TQToolTip::add ( m_Interrupt, i18n ( "Pause execution of the app to enter rdb commands" ) ); -- cgit v1.2.1