┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-11-09 09:33:20 +0100
committerEmmanuel Pescosta <[email protected]>2015-11-09 09:33:20 +0100
commit727d2513c0a8e7b3e6370f5e08b0d7579ae89564 (patch)
tree9ff6c83c5762cb7b034df876f76d0a8b5051a4e6 /src/dolphinmainwindow.cpp
parentbc8f3373fd98121fbe230842bbb104889961e6d7 (diff)
parent6f87ffa2b06100e4fb1a11e06fb4c62c27ce019a (diff)
Merge branch 'Applications/15.08'
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 5a731512b..9b05168fd 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -21,6 +21,7 @@
#include "dolphinmainwindow.h"
+#include "global.h"
#include "dolphindockwidget.h"
#include "dolphincontextmenu.h"
#include "dolphinnewfilemenu.h"
@@ -639,7 +640,7 @@ void DolphinMainWindow::goHome(Qt::MouseButtons buttons)
{
// The default case (left button pressed) is handled in goHome().
if (buttons == Qt::MiddleButton) {
- openNewTab(GeneralSettings::self()->homeUrl());
+ openNewTab(Dolphin::homeUrl());
}
}