From 20b58b6c03f6fa56d0cc1da90c13658664c153f1 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 22 Nov 2006 08:22:45 +0000 Subject: Some port Remove not necessary file svn path=/trunk/playground/utils/dolphin/; revision=606884 --- src/bookmarkssidebarpage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bookmarkssidebarpage.h') diff --git a/src/bookmarkssidebarpage.h b/src/bookmarkssidebarpage.h index 3292eaec0..eb49e3e7d 100644 --- a/src/bookmarkssidebarpage.h +++ b/src/bookmarkssidebarpage.h @@ -25,7 +25,7 @@ #include #include -class KURL; +class KUrl; class BookmarksListBox; /** @@ -65,7 +65,7 @@ private slots: * Is invoked whenever the URL of the active view has been changed. Adjusts * the selection of the listbox to the bookmark which is part of the current URL. */ - void slotURLChanged(const KURL& url); + void slotURLChanged(const KUrl& url); private: /** @@ -75,7 +75,7 @@ private: * is selected. If there are more than one possible parent URL candidates, * the bookmark which covers the bigger range of the URL is selected. */ - void adjustSelection(const KURL& url); + void adjustSelection(const KUrl& url); /** * Connects to signals from the currently active Dolphin view to get -- cgit v1.3.1