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/draganddrophelper.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/draganddrophelper.h')
| -rw-r--r-- | src/draganddrophelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draganddrophelper.h b/src/draganddrophelper.h index bf8c0b79d..e362fd508 100644 --- a/src/draganddrophelper.h +++ b/src/draganddrophelper.h @@ -38,7 +38,7 @@ class QWidget; * @brief Helper class for having a common drag and drop behavior. * * The class is used by DolphinIconsView, DolphinDetailsView, - * DolphinColumnView and SidebarTreeView to have a consistent + * DolphinColumnView and PanelTreeView to have a consistent * drag and drop behavior between all views. */ class LIBDOLPHINPRIVATE_EXPORT DragAndDropHelper : public QObject |
