diff options
| author | Nicolas Fella <[email protected]> | 2021-02-09 00:40:37 +0100 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2021-02-09 00:40:54 +0100 |
| commit | b68abb7d2718709c2a3ed1e92145ed4247b7333b (patch) | |
| tree | a53a0e803a1ebcc50c10378d7d4124691a6a6de0 /src/dolphinpart.h | |
| parent | dd9405bf2f628bd28580737cc46335343074be0d (diff) | |
Add missing includes
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index a2088d4a2..25d76950c 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -9,6 +9,7 @@ #include <KParts/ReadOnlyPart> +#include <QAction> #include <QUrl> class DolphinNewFileMenu; |
