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/panels/places/placespanel.cpp | |
| parent | dd9405bf2f628bd28580737cc46335343074be0d (diff) | |
Add missing includes
Diffstat (limited to 'src/panels/places/placespanel.cpp')
| -rw-r--r-- | src/panels/places/placespanel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panels/places/placespanel.cpp b/src/panels/places/placespanel.cpp index 4d50fe5f8..d49ad39ec 100644 --- a/src/panels/places/placespanel.cpp +++ b/src/panels/places/placespanel.cpp @@ -34,6 +34,7 @@ #include <KMountPoint> #include <KPropertiesDialog> +#include <QActionGroup> #include <QGraphicsSceneDragDropEvent> #include <QIcon> #include <QMenu> |
