Do not rely on KIO source-code compat code

Instead, explicitly include the needed job headers

Needed for https://invent.kde.org/frameworks/kio/-/merge_requests/1525 to land
This commit is contained in:
Alexander Lohnau 2023-12-27 14:37:29 +01:00
parent e9333dac25
commit fd3de36d0b

View file

@ -21,6 +21,7 @@
#include <KAboutData> #include <KAboutData>
#include <KDBusService> #include <KDBusService>
#include <KIO/Global> #include <KIO/Global>
#include <KIO/JobTracker>
#include <KLocalizedString> #include <KLocalizedString>
#include <KNotification> #include <KNotification>
#include <KWindowSystem> #include <KWindowSystem>