diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-27 00:53:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-27 00:53:05 +0200 |
commit | 448245e86b72c463d3e207d45543e4cc78091409 (patch) | |
tree | 8695d13b631a14c6d905f667b85ee2114ca8f9f3 /src/historymenu.h | |
parent | Fixed BKO mail, to address bugs there instead of rekonq mailing list (diff) | |
download | rekonq-448245e86b72c463d3e207d45543e4cc78091409.tar.xz |
Splitted history classes
Diffstat (limited to 'src/historymenu.h')
-rw-r--r-- | src/historymenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/historymenu.h b/src/historymenu.h index a6bb77d6..0237777f 100644 --- a/src/historymenu.h +++ b/src/historymenu.h @@ -30,6 +30,7 @@ // Local Includes #include "history.h" +#include "historymodels.h" // Qt Includes #include <QtCore/QList> |