diff options
| author | Peter Penz <[email protected]> | 2007-02-14 22:27:47 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-14 22:27:47 +0000 |
| commit | f42d1d2c02eb7e608564f137ce97f9424d9c49f6 (patch) | |
| tree | 4c28e62b9dd04a1602ac6d7f0d55c3de0e78293b /src | |
| parent | c91365ab8d7582255aa0de8f403ec0787446a74f (diff) | |
minor documentation fixes
svn path=/trunk/KDE/kdebase/apps/; revision=633708
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 5a9d4eb24..875b6b114 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -54,7 +54,7 @@ class ViewProperties; /** * @short Represents a view for the directory content - * including the navigation bar and status bar. + * including the navigation bar, filter bar and status bar. * * View modes for icons and details are supported. Currently * Dolphin allows to have up to two views inside the main window. @@ -114,7 +114,7 @@ public: /** * Sets the current active URL. * The signals UrlNavigator::urlChanged() and UrlNavigator::historyChanged() - * are submitted. + * are emitted. */ void setUrl(const KUrl& url); @@ -375,7 +375,7 @@ signals: /** * Is emitted if information of an item is requested to be shown e. g. in the sidebar. - * It the U is empty, no item information request is pending. + * It the URL is empty, no item information request is pending. */ void requestItemInfo(const KUrl& url); |
