Deprecate the KFind::find() and KReplace::replace() methods that take a
QRegExp; Regular Expression matches will be handled internally if the
KFind::RegularExpression flag is set.
Port QRegExp::setMinimal() by making the regex pattern non-greedy, where
possible.