summaryrefslogtreecommitdiff
path: root/src/urlbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-27 00:53:05 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-27 00:53:05 +0200
commit448245e86b72c463d3e207d45543e4cc78091409 (patch)
tree8695d13b631a14c6d905f667b85ee2114ca8f9f3 /src/urlbar.cpp
parentFixed BKO mail, to address bugs there instead of rekonq mailing list (diff)
downloadrekonq-448245e86b72c463d3e207d45543e4cc78091409.tar.xz
Splitted history classes
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r--src/urlbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar.cpp b/src/urlbar.cpp
index 4b253773..91c6e1e0 100644
--- a/src/urlbar.cpp
+++ b/src/urlbar.cpp
@@ -33,7 +33,7 @@
// Local Includes
#include "application.h"
-#include "history.h"
+#include "historymodels.h"
#include "lineedit.h"
#include "mainwindow.h"
#include "webview.h"