summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:46 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:46 -0500
commita660d90f622152259bc155e24ecf13d5a2c290ad (patch)
tree2ab945544aea01a282ee06046653bc42e1127e3e
parent50dba11eb8fe6d5841be616a40f30a9079a1af87 (diff)
downloadkoffice-a660d90f622152259bc155e24ecf13d5a2c290ad.tar.gz
koffice-a660d90f622152259bc155e24ecf13d5a2c290ad.zip
Bring stop, lock, exit, and run icons into XDG compliance
-rw-r--r--chalk/ui/kis_label_progress.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_label_progress.cc b/chalk/ui/kis_label_progress.cc
index bd195018..0caadcbb 100644
--- a/chalk/ui/kis_label_progress.cc
+++ b/chalk/ui/kis_label_progress.cc
@@ -53,7 +53,7 @@ KisLabelProgress::KisLabelProgress(TQWidget *parent, const char *name, WFlags f)
TQHBoxLayout *box = new TQHBoxLayout(this);
box->setAutoAdd(true);
- TQIconSet cancelIconSet = SmallIconSet("stop");
+ TQIconSet cancelIconSet = SmallIconSet("process-stop");
m_cancelButton = new EscapeButton(this, "cancel_button");
m_cancelButton->setIconSet(cancelIconSet);