I do not understand a step in the derive of Newton method in my lecture notes:

When it applies derivative on both sides of $q(x) = f(\bar{x}) + \bigtriangledown f(\bar{x})^{T}(x-\bar{x}) + \frac{1}{2}(x-\bar{x})H(\bar{x})(x-\bar{x})$
Should not it become:
$\bigtriangledown q(x) = \bigtriangledown f(\bar{x}) + \bigtriangledown^{2} f(\bar{x})^{T}(x-\bar{x}) + \{\frac{1}{2}(x-\bar{x})H(\bar{x})(x-\bar{x})\}^{'}$ ?
I do not know what the derivative of the red-box term and I also do not know why it disappears after taking derivatives.
I hope my question is clear enough. I found few books in the library and all versions of proof came like this. I appreciate your help so much.