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/dolphinstatusbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinstatusbar.h') diff --git a/src/dolphinstatusbar.h b/src/dolphinstatusbar.h index 903e1cdff..ad7c0d85f 100644 --- a/src/dolphinstatusbar.h +++ b/src/dolphinstatusbar.h @@ -117,10 +117,10 @@ private slots: void slotProgressTimer(); /** - * Is invoked, when the URL of the DolphinView, where the + * Is invoked, when the Url of the DolphinView, where the * statusbar belongs too, has been changed. */ - void slotURLChanged(const KUrl& url); + void slotUrlChanged(const KUrl& url); private: StatusBarMessageLabel* m_messageLabel; -- cgit v1.3.1