From 9c8e7f4e43d23c6d014ca4ffe2083ad8cc737753 Mon Sep 17 00:00:00 2001 From: Oscar Blumberg Date: Thu, 22 Feb 2007 20:15:20 +0000 Subject: Add libkmetadata detection and minor fixes SVN_SILENT svn path=/trunk/KDE/kdebase/apps/; revision=636328 --- src/urlnavigator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/urlnavigator.cpp') diff --git a/src/urlnavigator.cpp b/src/urlnavigator.cpp index b9290983f..1ac92474e 100644 --- a/src/urlnavigator.cpp +++ b/src/urlnavigator.cpp @@ -343,7 +343,7 @@ void UrlNavigator::slotReturnPressed(const QString& text) KUrl typedUrl(text); if (typedUrl.hasPass()) { - typedUrl.setPass(QString::null); + typedUrl.setPass(QString()); } QStringList urls = m_pathBox->urls(); @@ -567,7 +567,7 @@ void UrlNavigator::updateContent() QString hostText = url().host(); if (!url().user().isEmpty()) { - hostText = url().user() + "@" + hostText; + hostText = url().user() + '@' + hostText; } if (!m_host) { -- cgit v1.3