/***************************************************************************
- * Copyright (C) 2006 by Peter Penz <peter.penz@gmx.at> *
+ * Copyright (C) 2006 by Peter Penz <peter.penz19@gmail.com> *
* Copyright (C) 2006 by Stefan Monov <logixoul@gmail.com> *
* Copyright (C) 2006 by Cvetoslav Ludmiloff <ludmiloff@gmail.com> *
* *
#include <config-nepomuk.h>
-#include <kfileitemdelegate.h>
+#include <KFileItemDelegate>
#include <kio/fileundomanager.h>
#include <ksortablelist.h>
#include <kxmlguiwindow.h>
-#include <kactionmenu.h>
+#include <KActionMenu>
#include "views/dolphinview.h"
/**
* Switches between one and two views:
* If one view is visible, it will get split into two views.
- * If already two views are visible, the nonactivated view gets closed.
+ * If already two views are visible, the active view gets closed.
*/
void toggleSplitView();