summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);