summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-06-03 18:20:35 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-06-03 18:20:35 +0200
commit34c581e7e382084e9273b6c3b8762b36d527d4aa (patch)
treeaf494bb421e86f7d0a1ec4c7c8248af340c2c58b /src/mainwindow.cpp
parentCode janitoring (diff)
parentLast (diff)
downloadrekonq-34c581e7e382084e9273b6c3b8762b36d527d4aa.tar.xz
Merge branch 'DownloadManager'
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e5818677..e401a93e 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -40,6 +40,7 @@
#include "bookmarkprovider.h"
#include "bookmarkspanel.h"
#include "bookmarkstoolbar.h"
+#include "downloadmanager.h"
#include "findbar.h"
#include "historypanel.h"
#include "iconmanager.h"
@@ -1289,7 +1290,7 @@ void MainWindow::clearPrivateData()
if (clearWidget.clearDownloads->isChecked())
{
- rApp->clearDownloadsHistory();
+ rApp->downloadManager()->clearDownloadsHistory();
}
if (clearWidget.clearCookies->isChecked())