Rewriting:
x' - kx + hH(44 - t) = 0
You probably already know how to find the Laplace transform of x' - kx . I'm betting that the problem is with the step function. Do you know how to transform a step function when it is written in the standard form of H(t - a) ? I think it's usually covered in an introductory chapter to Laplace transforms, along with the Dirac delta function.
If hH(44 - t) is giving you the trouble, try rewriting it like this: hH(44 - t) = h - hH(t - 44). You should see that they both have the same shape: h when t < 44 ; 0 when t > 44 . With this modification, you have the Heaviside function in the right form to perform a Laplace transform on it.
If you haven't got any idea what to do with any step function at all, let me know and I will try to help a little more. Also, you should include the initial condition x(0) = ? for a Laplace transform problem.