diff options
| author | Peter Penz <[email protected]> | 2009-01-14 20:14:36 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-14 20:14:36 +0000 |
| commit | f37ecd6ecfab9bc1d2929504b4f6e4363f8137b9 (patch) | |
| tree | 22489a861bec9c228b87a8c714b8850ec05b3aa0 /src/panels/folders/treeviewcontextmenu.h | |
| parent | 307285e9635a4bf584d6e5d7478876b90ef870f0 (diff) | |
Cleanup panel related class names: The terms "sidebar"/"sidebarpage" are relicts from the KDE 3 version of Dolphin and are called "Panels" in the KDE 4 version of Dolphin. Yes, renaming classes may take more than 1 year ;-)
svn path=/trunk/KDE/kdebase/apps/; revision=911089
Diffstat (limited to 'src/panels/folders/treeviewcontextmenu.h')
| -rw-r--r-- | src/panels/folders/treeviewcontextmenu.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/panels/folders/treeviewcontextmenu.h b/src/panels/folders/treeviewcontextmenu.h index 20a603573..8da23721b 100644 --- a/src/panels/folders/treeviewcontextmenu.h +++ b/src/panels/folders/treeviewcontextmenu.h @@ -23,7 +23,7 @@ #include <QtCore/QObject> #include <KFileItem> -class TreeViewSidebarPage; +class FoldersPanel; /** * @brief Represents the context menu which appears when doing a right @@ -35,13 +35,13 @@ class TreeViewContextMenu : public QObject public: /** - * @parent Pointer to the treeview sidebar page the context menu + * @parent Pointer to the folders panel the context menu * belongs to. * @fileInfo Pointer to the file item the context menu * is applied. If 0 is passed, the context menu * is above the viewport. */ - TreeViewContextMenu(TreeViewSidebarPage* parent, + TreeViewContextMenu(FoldersPanel* parent, const KFileItem& fileInfo); virtual ~TreeViewContextMenu(); @@ -81,7 +81,7 @@ private: void populateMimeData(QMimeData* mimeData, bool cut); private: - TreeViewSidebarPage* m_parent; + FoldersPanel* m_parent; KFileItem m_fileInfo; }; |
