diff options
| author | Peter Penz <[email protected]> | 2007-08-25 10:42:10 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-08-25 10:42:10 +0000 |
| commit | 33ddc0e7913dfa5f90cbd0b231d766f39cd48b4b (patch) | |
| tree | 235c22b2dec7d565f15785cc0045d5d487580e85 /src/infosidebarpage.h | |
| parent | 6a0a614448e6dbc003386492146b68f69fc6caa7 (diff) | |
don't use the term "Bookmarks" anymore, use "Places" instead (includes devices etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=704553
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index c78eaa093..24e639dcd 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -105,12 +105,12 @@ private: enum { TimerDelay = 300 }; /** - * Checks whether the an URL is repesented by a bookmark. If yes, - * then the bookmark icon and name are shown instead of a preview. - * @return True, if the URL represents exactly a bookmark. + * Checks whether the an URL is repesented by a place. If yes, + * then the place icon and name are shown instead of a preview. + * @return True, if the URL represents exactly a place. * @param url The url to check. */ - bool applyBookmark(const KUrl& url); + bool applyPlace(const KUrl& url); /** Assures that any pending item information request is cancelled. */ void cancelRequest(); |
