┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-07-24 21:45:49 +0000
committerPeter Penz <[email protected]>2010-07-24 21:45:49 +0000
commit652d08c9242ed51d86dba3b2afda9d3b2e9a9cd7 (patch)
treef65face40917d355fa74f593e04df9865f5a1552 /src/dolphinviewcontainer.h
parent935cc8a03bcb6088ff520d7161db14b9b6a29044 (diff)
Sourcecode hierarchy cleanup: Create folder "views" and move view related sources to it
svn path=/trunk/KDE/kdebase/apps/; revision=1154146
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index c222e7a55..fe1ad8d6e 100644
--- a/src/dolphinviewcontainer.h
+++ b/src/dolphinviewcontainer.h
@@ -21,8 +21,6 @@
#ifndef DOLPHINVIEWCONTAINER_H
#define DOLPHINVIEWCONTAINER_H
-#include "dolphinview.h"
-
#include <kfileitem.h>
#include <kfileitemdelegate.h>
#include <kglobalsettings.h>
@@ -36,6 +34,8 @@
#include <QtGui/QBoxLayout>
#include <QtGui/QWidget>
+#include <views/dolphinview.h>
+
class FilterBar;
class KUrl;
class DolphinModel;