198199200201202203204
/* */ /* */ /** @deprecated */ /* */ protected void fireAction() /* */ { /* 304 */ if (this.actionListener != null) /* 305 */ this.actionListener.actionPerformed(new QTActionEvent(this, this.label)); /* */ }