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/cups/kmpropquota.cpp | 2 +- tdeprint/kprintpreview.cpp | 2 +- tdeprint/management/kmjobviewer.cpp | 4 ++-- tdeprint/management/kmwsmb.cpp | 2 +- tdeprint/management/networkscanner.cpp | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tdeprint') diff --git a/tdeprint/cups/kmpropquota.cpp b/tdeprint/cups/kmpropquota.cpp index 773e667e9..24c74182b 100644 --- a/tdeprint/cups/kmpropquota.cpp +++ b/tdeprint/cups/kmpropquota.cpp @@ -56,7 +56,7 @@ KMPropQuota::KMPropQuota(TQWidget *parent, const char *name) m_title = i18n("Quotas"); m_header = i18n("Quota Settings"); - m_pixmap = "lock"; + m_pixmap = "system-lock-screen"; } KMPropQuota::~KMPropQuota() diff --git a/tdeprint/kprintpreview.cpp b/tdeprint/kprintpreview.cpp index 623a7f934..0a385efbf 100644 --- a/tdeprint/kprintpreview.cpp +++ b/tdeprint/kprintpreview.cpp @@ -158,7 +158,7 @@ KPrintPreview::KPrintPreview(TQWidget *parent, bool previewOnly) else { new TDEAction(i18n("Print"), "fileprint", Qt::Key_Return, TQT_TQOBJECT(this), TQT_SLOT(accept()), d->actions_, "continue_print"); - new TDEAction(i18n("Cancel"), "stop", Qt::Key_Escape, TQT_TQOBJECT(this), TQT_SLOT(reject()), d->actions_, "stop_print"); + new TDEAction(i18n("Cancel"), "process-stop", Qt::Key_Escape, TQT_TQOBJECT(this), TQT_SLOT(reject()), d->actions_, "stop_print"); } } 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.3