┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewproperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewproperties.h')
-rw-r--r--src/viewproperties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewproperties.h b/src/viewproperties.h
index 1524707f8..98d5a94b2 100644
--- a/src/viewproperties.h
+++ b/src/viewproperties.h
@@ -34,7 +34,7 @@ class QFile;
*
* The view properties are automatically stored inside
* the directory as hidden file called '.dolphinview'. To read out the view properties
- * just construct an instance by passing the URL of the directory:
+ * just construct an instance by passing the Url of the directory:
* \code
* ViewProperties props(KUrl("/home/peter/Documents"));
* const DolphinView::Mode mode = props.viewMode();