|
|
@ -53,7 +53,7 @@ KisLabelProgress::KisLabelProgress(TQWidget *parent, const char *name, WFlags f)
|
|
|
|
TQHBoxLayout *box = new TQHBoxLayout(this);
|
|
|
|
TQHBoxLayout *box = new TQHBoxLayout(this);
|
|
|
|
box->setAutoAdd(true);
|
|
|
|
box->setAutoAdd(true);
|
|
|
|
|
|
|
|
|
|
|
|
TQIconSet cancelIconSet = SmallIconSet("stop");
|
|
|
|
TQIconSet cancelIconSet = SmallIconSet("process-stop");
|
|
|
|
|
|
|
|
|
|
|
|
m_cancelButton = new EscapeButton(this, "cancel_button");
|
|
|
|
m_cancelButton = new EscapeButton(this, "cancel_button");
|
|
|
|
m_cancelButton->setIconSet(cancelIconSet);
|
|
|
|
m_cancelButton->setIconSet(cancelIconSet);
|
|
|
|