Skip to content

AskUserActionInterface: fix JobUiDelegateExtension include

Ahmad Samir requested to merge work/ahmad/fix-include into master

Using '#include <jobuidelegateextension.h>' breaks the build of other software that's building against KIO, e.g. KParts. Instead use: '#include <kio/jobuidelegateextension.h>'

Edited by Ahmad Samir

Merge request reports