]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/folders/treeviewcontextmenu.cpp
Cleanup panel related class names: The terms "sidebar"/"sidebarpage" are relicts...
[dolphin.git] / src / panels / folders / treeviewcontextmenu.cpp
index 9e86380028d451f252aca121c636fb529d86d6ab..c63772a389e4603fab7d0183a59bdfd3ae816e2d 100644 (file)
 #include <klocale.h>
 #include <kpropertiesdialog.h>
 
-#include "treeviewsidebarpage.h"
+#include "folderspanel.h"
 
 #include <QtGui/QApplication>
 #include <QtGui/QClipboard>
 
-TreeViewContextMenu::TreeViewContextMenu(TreeViewSidebarPage* parent,
+TreeViewContextMenu::TreeViewContextMenu(FoldersPanel* parent,
                                          const KFileItem& fileInfo) :
     QObject(parent),
     m_parent(parent),