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/views/dolphinview.h | |
| parent | aabd6ad3bc0fd11793c3332c9181af95da9bf607 (diff) | |
Fix includes
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 1616bcaa6..d6daf2826 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -27,18 +27,14 @@ #include <kparts/part.h> #include <KFileItem> -#include <KFileItemDelegate> #include <kio/fileundomanager.h> #include <KIO/Job> #include <KUrl> -#include <QBoxLayout> -#include <QKeyEvent> -#include <QLinkedList> #include <QWidget> typedef KIO::FileUndoManager::CommandType CommandType; - +class QVBoxLayout; class DolphinItemListView; class KFileItemModel; class KItemListContainer; |
