summaryrefslogtreecommitdiff
path: root/src/history.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-07 01:57:35 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-07 01:57:35 +0200
commit7a8309f2f3336740ffcec1d89154750ffa86c7bc (patch)
tree76aad61b277fabdd4dd1cd3c969cc851b3f5f8d4 /src/history.cpp
parentFixing forgotten merging issues.. (diff)
downloadrekonq-7a8309f2f3336740ffcec1d89154750ffa86c7bc.tar.xz
EBN Krazy fixes. 2nd round..
Diffstat (limited to 'src/history.cpp')
-rw-r--r--src/history.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/history.cpp b/src/history.cpp
index 0e822142..2bab72d8 100644
--- a/src/history.cpp
+++ b/src/history.cpp
@@ -45,9 +45,12 @@
#include <QtCore/QDataStream>
#include <QtCore/QBuffer>
+#include <QtGui/QClipboard>
+
#include <QtWebKit/QWebHistoryInterface>
#include <QtWebKit/QWebSettings>
+// generic algorithms
#include <QtAlgorithms>