From d2ac3c618323d97084b0c1399ca28e6b41184de4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:51:34 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- tdeprint/management/kmjobviewer.cpp | 4 ++-- tdeprint/management/kmwsmb.cpp | 2 +- tdeprint/management/networkscanner.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tdeprint/management') diff --git a/tdeprint/management/kmjobviewer.cpp b/tdeprint/management/kmjobviewer.cpp index 98e9595f9..29ba01ce0 100644 --- a/tdeprint/management/kmjobviewer.cpp +++ b/tdeprint/management/kmjobviewer.cpp @@ -259,8 +259,8 @@ void KMJobViewer::init() void KMJobViewer::initActions() { // job actions - TDEAction *hact = new TDEAction(i18n("&Hold"),"stop",0,TQT_TQOBJECT(this),TQT_SLOT(slotHold()),actionCollection(),"job_hold"); - TDEAction *ract = new TDEAction(i18n("&Resume"),"run",0,TQT_TQOBJECT(this),TQT_SLOT(slotResume()),actionCollection(),"job_resume"); + TDEAction *hact = new TDEAction(i18n("&Hold"),"process-stop",0,TQT_TQOBJECT(this),TQT_SLOT(slotHold()),actionCollection(),"job_hold"); + TDEAction *ract = new TDEAction(i18n("&Resume"),"system-run",0,TQT_TQOBJECT(this),TQT_SLOT(slotResume()),actionCollection(),"job_resume"); TDEAction *dact = new TDEAction(i18n("Remo&ve"),"edittrash",Qt::Key_Delete,TQT_TQOBJECT(this),TQT_SLOT(slotRemove()),actionCollection(),"job_remove"); TDEAction *sact = new TDEAction(i18n("Res&tart"),"redo",0,TQT_TQOBJECT(this),TQT_SLOT(slotRestart()),actionCollection(),"job_restart"); TDEActionMenu *mact = new TDEActionMenu(i18n("&Move to Printer"),"fileprint",actionCollection(),"job_move"); diff --git a/tdeprint/management/kmwsmb.cpp b/tdeprint/management/kmwsmb.cpp index 836a7fb15..44b2f493c 100644 --- a/tdeprint/management/kmwsmb.cpp +++ b/tdeprint/management/kmwsmb.cpp @@ -39,7 +39,7 @@ KMWSmb::KMWSmb(TQWidget *parent, const char *name) m_view = new SmbView(this,"SmbView"); m_loginlabel = new TQLabel( this ); TQPushButton *m_scan = new KPushButton(KGuiItem(i18n("Scan"), "viewmag"), this); - TQPushButton *m_abort = new KPushButton(KGuiItem(i18n("Abort"), "stop"), this); + TQPushButton *m_abort = new KPushButton(KGuiItem(i18n("Abort"), "process-stop"), this); m_abort->setEnabled(false); TQLabel *m_worklabel = new TQLabel(i18n("Workgroup:"), this); TQLabel *m_serverlabel = new TQLabel(i18n("Server:"), this); diff --git a/tdeprint/management/networkscanner.cpp b/tdeprint/management/networkscanner.cpp index ee4e7dbc7..ec859dc63 100644 --- a/tdeprint/management/networkscanner.cpp +++ b/tdeprint/management/networkscanner.cpp @@ -146,7 +146,7 @@ void NetworkScanner::start() d->printers.clear(); emit scanStarted(); d->settings->setEnabled( false ); - d->scan->setGuiItem( KGuiItem( i18n( "&Abort" ), "stop" ) ); + d->scan->setGuiItem( KGuiItem( i18n( "&Abort" ), "process-stop" ) ); d->currentaddress = -1; d->scanning = true; next(); -- cgit v1.2.1