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/panelhistory.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/panelhistory.h')
-rw-r--r-- | src/panelhistory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panelhistory.h b/src/panelhistory.h index 84aceba1..81beefb5 100644 --- a/src/panelhistory.h +++ b/src/panelhistory.h @@ -30,7 +30,7 @@ // Local Includes #include "application.h" -#include "history.h" +#include "historymodels.h" // Qt Includes #include <QtGui/QWidget> |