From 7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 22 Nov 2006 17:13:11 +0000 Subject: As KURL has been renamed to KUrl all classes and methods, which use the term 'URL', have been converted to use 'Url' instead (e. g. the class URLNavigator is called UrlNavigator now). svn path=/trunk/playground/utils/dolphin/; revision=606991 --- src/viewproperties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewproperties.h') 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(); -- cgit v1.3