┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/bookmarkselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarkselector.h')
-rw-r--r--src/bookmarkselector.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/bookmarkselector.h b/src/bookmarkselector.h
index a92f186ec..a5f0d434e 100644
--- a/src/bookmarkselector.h
+++ b/src/bookmarkselector.h
@@ -63,22 +63,6 @@ public:
/** @see QWidget::sizeHint() */
virtual QSize sizeHint() const;
- /**
- * Returns the base bookmark for the URL \a url.
- * The base bookmark is defined as bookmark which is equal to
- * the URL or at least is a parent URL. If there are more than
- * one possible parent URL candidates, the bookmark which covers
- * the bigger range of the URL is returned.
- *
- * Example: the url is '/home/peter/Documents/Music. Available
- * bookmarks are:
- * - /home/peter
- * - /home/peter/Documents
- *
- * The base URL will be '/home/peter/Documents'.
- */
- static KBookmark baseBookmark(KBookmarkManager* bookmarkManager, const KUrl& url);
-
signals:
/**
* Is send when a bookmark has been activated by the user.