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/sidebar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sidebar.cpp') diff --git a/src/sidebar.cpp b/src/sidebar.cpp index 4392d0a59..278aafeb6 100644 --- a/src/sidebar.cpp +++ b/src/sidebar.cpp @@ -46,9 +46,9 @@ Sidebar::Sidebar(QWidget* parent) : m_pagesSelector->insertItem(i18n("Information")); m_pagesSelector->insertItem(i18n("Bookmarks")); - // Assure that the combo box has the same height as the URL navigator for + // Assure that the combo box has the same height as the Url navigator for // a clean layout. - // TODO: the following 2 lines have been copied from the URLNavigator + // TODO: the following 2 lines have been copied from the UrlNavigator // constructor (-> provide a shared height setting?) QFontMetrics fontMetrics(font()); m_pagesSelector->setMinimumHeight(fontMetrics.height() + 8); -- cgit v1.3