svn path=/trunk/KDE/kdebase/apps/; revision=705888
const QString prettyUrl = url.pathOrUrl();
emit setWindowCaption(prettyUrl);
emit m_extension->setLocationBarUrl(prettyUrl);
const QString prettyUrl = url.pathOrUrl();
emit setWindowCaption(prettyUrl);
emit m_extension->setLocationBarUrl(prettyUrl);
+ setUrl(url); // remember it at the KParts level
m_view->setUrl(url);
if (arguments().reload())
m_view->reload();
m_view->setUrl(url);
if (arguments().reload())
m_view->reload();