diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-06-03 18:20:35 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-06-03 18:20:35 +0200 |
commit | 34c581e7e382084e9273b6c3b8762b36d527d4aa (patch) | |
tree | af494bb421e86f7d0a1ec4c7c8248af340c2c58b /src/mainwindow.cpp | |
parent | Code janitoring (diff) | |
parent | Last (diff) | |
download | rekonq-34c581e7e382084e9273b6c3b8762b36d527d4aa.tar.xz |
Merge branch 'DownloadManager'
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 3 |
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()) |