diff options
| author | Laurent Montel <[email protected]> | 2006-11-22 08:22:45 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2006-11-22 08:22:45 +0000 |
| commit | 20b58b6c03f6fa56d0cc1da90c13658664c153f1 (patch) | |
| tree | 1ac95537c3d0c6f35e5ca9dbbf7fe9c90e14a3b7 /src/bookmarkssidebarpage.h | |
| parent | 6987f297e6e275a1f46aa0f33919e86684c9ed8b (diff) | |
Some port
Remove not necessary file
svn path=/trunk/playground/utils/dolphin/; revision=606884
Diffstat (limited to 'src/bookmarkssidebarpage.h')
| -rw-r--r-- | src/bookmarkssidebarpage.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <QPaintEvent> #include <QPixmap> -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 |
