diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-02 01:50:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-02 01:50:28 +0200 |
commit | 0081a4fff5e3de0dedfa74134fc7ee221b106a5e (patch) | |
tree | e082599890e2adfde0167396d468b750b2a84dc5 /src/mainwindow.cpp | |
parent | Merge branch 'review/master' (diff) | |
download | rekonq-0081a4fff5e3de0dedfa74134fc7ee221b106a5e.tar.xz |
Porting history Ui to KDE..
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 73ec3d6d..0c7a0984 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -30,7 +30,7 @@ // Local Includes #include "application.h" #include "settings.h" -#include "history.h" +#include "historymenu.h" #include "cookiejar.h" #include "networkaccessmanager.h" #include "bookmarks.h" |