diff options
| author | Peter Penz <[email protected]> | 2010-10-10 12:05:11 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-10-10 12:05:11 +0000 |
| commit | 35f8c9d7b077ffff65ad23a5b1813a72465f5bd2 (patch) | |
| tree | cc83ac1f1bf7294822b6ff17a95712331dd2a63a /src | |
| parent | 3478d4d971f8d0efcd111fbbc446c73d65d74493 (diff) | |
SVN_SILENT: documentation fixes
svn path=/trunk/KDE/kdebase/apps/; revision=1184468
Diffstat (limited to 'src')
| -rw-r--r-- | src/views/dolphinviewcontroller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinviewcontroller.h b/src/views/dolphinviewcontroller.h index 6eed68e1a..ea0027928 100644 --- a/src/views/dolphinviewcontroller.h +++ b/src/views/dolphinviewcontroller.h @@ -37,7 +37,7 @@ class QPoint; * The DolphinView connects to the signals of DolphinViewController to react on changes * that have been triggered by the view mode implementations. The view mode implementations * have read access to the whole DolphinView by DolphinViewController::view(). Limited control of the - * DolphinView by the view mode implementations are defined by the public DolphinController methods. + * DolphinView by the view mode implementations are defined by the public DolphinViewController methods. */ class LIBDOLPHINPRIVATE_EXPORT DolphinViewController : public QObject { @@ -61,7 +61,7 @@ public: /** * Changes the current view mode implementation where the controller is working. - * This is only necessary for views like the tree view, where internally + * This is only necessary for views like the column view, where internally * several QAbstractItemView instances are used. */ void setItemView(QAbstractItemView* view); |
