diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-03 13:29:07 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-03 13:29:07 +0200 |
commit | 1acbe378bfb97d6f479f0a53e80b1a421416fd81 (patch) | |
tree | 50e4fa313fc34a74f49325e03823e73f00f1c69d /src/mainwindow.cpp | |
parent | User attributes (diff) | |
download | rekonq-1acbe378bfb97d6f479f0a53e80b1a421416fd81.tar.xz |
- Removed HistoryMenu (no more used)
- Multi Windows 1st implementation
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2e8852f0..8d288ff9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -36,7 +36,7 @@ // Local Includes #include "application.h" #include "settings.h" -#include "historymenu.h" +#include "history.h" #include "cookiejar.h" #include "networkaccessmanager.h" #include "bookmarks.h" |