Skip to content

Fix include form (use "" instead of <>) for provider.h

Adriaan de Groot requested to merge work/adridg/fix-includes into master

Like kuserfeedbackwidgets_export.h, provider.h lives in the same directory as the feedbackconfigwidget.h header once it is installed. Using <> requires the include path for KUserFeedback to be in the system search path. For whatever reason, KMail's configuremiscpage.cpp includes a header from KUserFeedback as <KUserFeedback/FeedbackConfigWidget> without having KUserFeedback in the system search path. I don't know how it finds it, then, but then the include breaks over <provider.h> rather than "provider.h".

Change the quotes so (a) be consistent (b) build.

Merge request reports