diff options
| author | Montel Laurent <[email protected]> | 2014-10-18 15:00:17 +0200 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2014-10-18 15:00:17 +0200 |
| commit | 0a6257bce3de877e4ae869f974df645c428d32c9 (patch) | |
| tree | 7a86e6d5022acc7717806664337075137e00f5d2 /src/panels/places | |
| parent | aabd6ad3bc0fd11793c3332c9181af95da9bf607 (diff) | |
Fix includes
Diffstat (limited to 'src/panels/places')
| -rw-r--r-- | src/panels/places/placesitem.cpp | 1 | ||||
| -rw-r--r-- | src/panels/places/placesitemeditdialog.cpp | 4 | ||||
| -rw-r--r-- | src/panels/places/placesitemmodel.cpp | 2 | ||||
| -rw-r--r-- | src/panels/places/placespanel.cpp | 1 | ||||
| -rw-r--r-- | src/panels/places/placespanel.h | 2 |
5 files changed, 4 insertions, 6 deletions
diff --git a/src/panels/places/placesitem.cpp b/src/panels/places/placesitem.cpp index e667af302..edfe02343 100644 --- a/src/panels/places/placesitem.cpp +++ b/src/panels/places/placesitem.cpp @@ -25,7 +25,6 @@ #include <KBookmarkManager> #include <KDebug> #include <KDirLister> -#include <QIcon> #include <KLocalizedString> #include "placesitemsignalhandler.h" #include <QDateTime> diff --git a/src/panels/places/placesitemeditdialog.cpp b/src/panels/places/placesitemeditdialog.cpp index 87fbf4c29..0fae3f248 100644 --- a/src/panels/places/placesitemeditdialog.cpp +++ b/src/panels/places/placesitemeditdialog.cpp @@ -23,9 +23,7 @@ #include "placesitemeditdialog.h" -#include <KAboutData> #include <k4aboutdata.h> -#include <KComponentData> #include <KDebug> #include <KFile> #include <KGlobal> @@ -34,11 +32,11 @@ #include <KLocalizedString> #include <KMimeType> #include <KUrlRequester> +#include <KComponentData> #include <QCheckBox> #include <QEvent> #include <QFormLayout> #include <QVBoxLayout> -#include <KConfigGroup> #include <QDialogButtonBox> #include <QPushButton> diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index 344e176a3..14d97de5b 100644 --- a/src/panels/places/placesitemmodel.cpp +++ b/src/panels/places/placesitemmodel.cpp @@ -28,11 +28,11 @@ #include <KBookmark> #include <KBookmarkGroup> #include <KBookmarkManager> -#include <KComponentData> #include <KDebug> #include <QIcon> #include <kprotocolinfo.h> #include <KLocalizedString> +#include <KComponentData> #include <QStandardPaths> #include <KUser> #include <KGlobal> diff --git a/src/panels/places/placespanel.cpp b/src/panels/places/placespanel.cpp index cdc1ebb1a..68c7fa558 100644 --- a/src/panels/places/placespanel.cpp +++ b/src/panels/places/placespanel.cpp @@ -25,6 +25,7 @@ #include "dolphin_generalsettings.h" +#include <KFileItem> #include <KDebug> #include <KDirNotify> #include <QIcon> diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index 3078f0222..1f7979eca 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -29,7 +29,7 @@ class PlacesItem; class PlacesItemModel; class PlacesView; class QGraphicsSceneDragDropEvent; - +class KJob; /** * @brief Combines bookmarks and mounted devices as list. */ |
