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/bookmarkselector.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/bookmarkselector.h') diff --git a/src/bookmarkselector.h b/src/bookmarkselector.h index 209cf7310..3a967b5dc 100644 --- a/src/bookmarkselector.h +++ b/src/bookmarkselector.h @@ -26,7 +26,7 @@ //Added by qt3to4: #include -class URLNavigator; +class UrlNavigator; class Q3PopupMenu; class KUrl; @@ -36,10 +36,10 @@ class KUrl; * The icon from the current selected bookmark is shown * inside the bookmark selector. * - * @see URLNavigator + * @see UrlNavigator * @author Peter Penz */ -class BookmarkSelector : public URLButton +class BookmarkSelector : public UrlButton { Q_OBJECT @@ -48,16 +48,16 @@ public: * @param parent Parent widget where the bookmark selector * is embedded into. */ - BookmarkSelector(URLNavigator* parent); + BookmarkSelector(UrlNavigator* parent); virtual ~BookmarkSelector(); /** - * Updates the selection dependent from the given URL \a url. The - * URL must not match exactly to one of the available bookmarks: - * The bookmark which is equal to the URL or at least is a parent URL - * is selected. If there are more than one possible parent URL candidates, - * the bookmark which covers the bigger range of the URL is selected. + * Updates the selection dependent from the given Url \a url. The + * Url must not match exactly to one of the available bookmarks: + * The bookmark which is equal to the Url or at least is a parent Url + * 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 updateSelection(const KUrl& url); @@ -79,7 +79,7 @@ signals: protected: /** - * Draws the icon of the selected URL as content of the URL + * Draws the icon of the selected Url as content of the Url * selector. */ virtual void drawButton(QPainter* painter); -- cgit v1.3