|
|
|
@ -336,7 +336,7 @@ void StatPopup::setupActions() {
|
|
|
|
|
actActive->setChecked(bVal); |
|
|
|
|
connect(actActive, TQT_SIGNAL(toggled(bool)), TQT_TQOBJECT(this), TQT_SLOT(setActive(bool))); |
|
|
|
|
|
|
|
|
|
actClearHistory = new TDEAction(i18n("&Clear"), "editdelete", 0, |
|
|
|
|
actClearHistory = new TDEAction(i18n("&Clear"), "edit-delete", 0, |
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(clearHistory()), coll, "clear"); |
|
|
|
|
|
|
|
|
|
speed = config->readNumEntry("Speed", DEFAULT_SPEED); |
|
|
|
|