diff options
| author | Alexander Lohnau <[email protected]> | 2023-12-26 17:11:32 +0100 |
|---|---|---|
| committer | Alexander Lohnau <[email protected]> | 2023-12-26 17:11:32 +0100 |
| commit | 3f92ac800c5e52d0a5622367ff8ffe8cbbdfa184 (patch) | |
| tree | 5373c6c962463559ad4c28de11f1b58a43b7551e /src/dolphinnewfilemenu.cpp | |
| parent | 9a2fc1526c169fa179e49f8c097a0a0d421723eb (diff) | |
Do not rely on KIO source-code compat code
Diffstat (limited to 'src/dolphinnewfilemenu.cpp')
| -rw-r--r-- | src/dolphinnewfilemenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinnewfilemenu.cpp b/src/dolphinnewfilemenu.cpp index a64cf3def..e3aff9762 100644 --- a/src/dolphinnewfilemenu.cpp +++ b/src/dolphinnewfilemenu.cpp @@ -8,7 +8,7 @@ #include "views/dolphinnewfilemenuobserver.h" -#include <KIO/Job> +#include <KIO/Global> #include <QAction> |
