diff options
| author | Kai Uwe Broulik <[email protected]> | 2018-09-24 08:38:03 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2018-09-24 08:38:03 +0200 |
| commit | a9d10a5c0be36462cc09b19ccac78bcbab53dd1c (patch) | |
| tree | b6fbffa90048e3d91e98fe091e38a50836b1e24d /src/panels/places/placespanel.h | |
| parent | 391006130e31b80ecc55343f44bddaf06951c90f (diff) | |
[Places Panel] Cleanup includes
Some leftovers from when Dolphin managed the places entirely on its own
Differential Revision: https://phabricator.kde.org/D15636
Diffstat (limited to 'src/panels/places/placespanel.h')
| -rw-r--r-- | src/panels/places/placespanel.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index d62697940..c6f959d23 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -23,16 +23,14 @@ #include "panels/panel.h" -#include <QMimeData> #include <QUrl> class KItemListController; -class PlacesItem; class PlacesItemModel; class PlacesView; class QGraphicsSceneDragDropEvent; -class KJob; class QMenu; +class QMimeData; /** * @brief Combines bookmarks and mounted devices as list. */ |
