Replace KStandardAction::PasteText with KStandardAction::Paste

Authored by elvisangelaccio on Aug 15 2017, 8:12 AM.

Description

Replace KStandardAction::PasteText with KStandardAction::Paste

The PasteText standard action creates a KPasteTextAction rather than
a simple QAction. KPasteTextAction is a very old class that has been not
functional for years. Since this action is already used as if it actually
were a QAction, just use KStandardAction::Paste which is what everyone
else does.

See also https://phabricator.kde.org/D7294

Differential Revision: https://phabricator.kde.org/D7391