diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index dfc171cf9..4d993865f 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -22,7 +22,6 @@ #ifndef DOLPHIN_MAINWINDOW_H #define DOLPHIN_MAINWINDOW_H -#include "dolphinview.h" #include "panels/panel.h" #include <config-nepomuk.h> @@ -33,7 +32,9 @@ #include <kxmlguiwindow.h> #include <kactionmenu.h> -#include <QtCore/QList> +#include "views/dolphinview.h" + +#include <QList> typedef KIO::FileUndoManager::CommandType CommandType; |
