┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 675609b3d..776cd024e 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -102,9 +102,8 @@ bool DolphinPart::openUrl(const KUrl& url)
const QString prettyUrl = url.pathOrUrl();
setWindowCaption(prettyUrl);
m_extension->setLocationBarUrl(prettyUrl);
- const KParts::URLArgs args = m_extension->urlArgs();
m_view->setUrl(url);
- if (args.reload)
+ if (arguments().reload())
m_view->reload();
emit started(0); // get the wheel to spin
return true;