┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMontel Laurent <[email protected]>2014-10-11 14:18:23 +0200
committerMontel Laurent <[email protected]>2014-10-11 14:18:23 +0200
commit7d41ad943abddc9641686e8768460960ade03c4b (patch)
tree67ae847457166437a856e77e5cf577affe528a4c /src
parent6f6b1bbb69ba6653879431b1c4dcb22c89efba81 (diff)
clean forward declaration
Diffstat (limited to 'src')
-rw-r--r--src/dolphinpart.h2
-rw-r--r--src/dolphinrecenttabsmenu.h1
-rw-r--r--src/panels/places/placespanel.h1
-rw-r--r--src/search/dolphinfacetswidget.h1
-rw-r--r--src/search/filenamesearchprotocol.h1
5 files changed, 0 insertions, 6 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index 9ab1e80ce..70886d10d 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -31,9 +31,7 @@ class QActionGroup;
class KFileItemList;
class KFileItem;
class DolphinPartBrowserExtension;
-class DolphinSortFilterProxyModel;
class DolphinRemoteEncoding;
-class DolphinModel;
class KDirLister;
class DolphinView;
class KAboutData;
diff --git a/src/dolphinrecenttabsmenu.h b/src/dolphinrecenttabsmenu.h
index 910e564a1..dce032128 100644
--- a/src/dolphinrecenttabsmenu.h
+++ b/src/dolphinrecenttabsmenu.h
@@ -23,7 +23,6 @@
#include <KActionMenu>
#include <KUrl>
-class DolphinTabPage;
class QAction;
class DolphinRecentTabsMenu : public KActionMenu
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h
index 16112e8b2..3078f0222 100644
--- a/src/panels/places/placespanel.h
+++ b/src/panels/places/placespanel.h
@@ -25,7 +25,6 @@
#include <panels/panel.h>
class KItemListController;
-class PlacesItemEditDialog;
class PlacesItem;
class PlacesItemModel;
class PlacesView;
diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h
index 46c84ce1a..03fb1279d 100644
--- a/src/search/dolphinfacetswidget.h
+++ b/src/search/dolphinfacetswidget.h
@@ -28,7 +28,6 @@
#endif
class QButtonGroup;
-class QCheckBox;
class QDate;
class QRadioButton;
diff --git a/src/search/filenamesearchprotocol.h b/src/search/filenamesearchprotocol.h
index f691f998b..732aef942 100644
--- a/src/search/filenamesearchprotocol.h
+++ b/src/search/filenamesearchprotocol.h
@@ -22,7 +22,6 @@
#include <kio/slavebase.h>
-class KFileItem;
class KUrl;
class QRegExp;