From ed20a18a73600f0f41f38f31d3c7c1f86e7ca88b Mon Sep 17 00:00:00 2001 From: Arnold Dumas Date: Thu, 31 Jul 2014 20:06:17 +0200 Subject: [PATCH] Clean up KAction leftovers. --- src/dolphinmainwindow.cpp | 1 - src/dolphinmainwindow.h | 1 - src/kitemviews/private/kitemlistheaderwidget.cpp | 1 - src/views/dolphinview.h | 1 - src/views/dolphinviewactionhandler.cpp | 1 - 5 files changed, 5 deletions(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 7faafe7a94..990995af59 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -47,7 +47,6 @@ #include "dolphin_generalsettings.h" #include -#include #include #include #include diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index d5181711cf..50c8f8923f 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -43,7 +43,6 @@ class DolphinTabBar; class DolphinViewContainer; class DolphinRemoteEncoding; class DolphinTabPage; -class KAction; class KFileItem; class KFileItemList; class KJob; diff --git a/src/kitemviews/private/kitemlistheaderwidget.cpp b/src/kitemviews/private/kitemlistheaderwidget.cpp index 01d0084c82..319d9dae36 100644 --- a/src/kitemviews/private/kitemlistheaderwidget.cpp +++ b/src/kitemviews/private/kitemlistheaderwidget.cpp @@ -19,7 +19,6 @@ #include "kitemlistheaderwidget.h" -#include #include #include diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 4ba10293a0..e7a030aac1 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -40,7 +40,6 @@ typedef KIO::FileUndoManager::CommandType CommandType; class DolphinItemListView; -class KAction; class KActionCollection; class KFileItemModel; class KItemListContainer; diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index 72f5be1668..2879d51d5c 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -29,7 +29,6 @@ #include -#include #include #include #include