Skip to content

Port and update the Shell Command plugin

Jonathan Marten requested to merge marten/konqueror:port-update-shellcmd into master

kDebug(), qDebug() -> qCDebug() with logging category
No need to link with KDELibs4Support
Use Qt5 signal connection syntax
KDialog -> QDialog
KInputDialog -> QInputDialog
KIO::NetAccess::mostLocalUrl() -> KIO::mostLocalUrl()

Merge request reports