Include only needed headers instead of QtConcurrent module header
While <QtConcurrentRun>
is not mentioned in the docs (https://bugreports.qt.io/browse/QTBUG-114663), other
places in KF modules have been using the <QtConcurrentRun>
include all
the time, so doing it here is just aligning to those expectations.
NO_CHANGELOG