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/statusbarspaceinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/statusbarspaceinfo.h') diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h index 195c1971b..832571651 100644 --- a/src/statusbarspaceinfo.h +++ b/src/statusbarspaceinfo.h @@ -41,7 +41,7 @@ public: StatusBarSpaceInfo(QWidget* parent); virtual ~StatusBarSpaceInfo(); - void setURL(const KUrl& url); + void setUrl(const KUrl& url); const KUrl& url() const { return m_url; } protected: @@ -60,7 +60,7 @@ private slots: const QString& mountPoint); void slotDone(); - /** Refreshs the space information for the current set URL. */ + /** Refreshs the space information for the current set Url. */ void refresh(); private: -- cgit v1.3