summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-07-21 13:04:14 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-07-21 13:04:14 +0200
commit644c7c8c062228c760b490838748c5f14547ff1c (patch)
tree624769f17e4a250712776eaeb095ac3585877066 /src/mainwindow.cpp
parentDon't hide the bookmarks toolbar by default (diff)
downloadrekonq-644c7c8c062228c760b490838748c5f14547ff1c.tar.xz
Moving download history management from HistoryManager to Application class
It's actually the same, but probably a bit more coherent. More over, we are going to change a lot of things in the HistoryManager class...
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index b58f4fac..55cc7a69 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1206,7 +1206,7 @@ void MainWindow::clearPrivateData()
if (clearWidget.clearDownloads->isChecked())
{
- Application::historyManager()->clearDownloadsHistory();
+ Application::instance()->clearDownloadsHistory();
}
if (clearWidget.clearCookies->isChecked())