]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/sidebar.cpp
As KURL has been renamed to KUrl all classes and methods, which use the term 'URL...
[dolphin.git] / src / sidebar.cpp
index 4392d0a59b116e12f94f88e476e5f988b2ebad80..278aafeb6ba5e5f3b59ddc352ba5f4770ba09eaa 100644 (file)
@@ -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);