summaryrefslogtreecommitdiff
path: root/examples/browser/history.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-01-06 16:14:03 +0100
committerSimon Hausmann <simon.hausmann@nokia.com>2012-01-09 08:01:30 +0100
commitd0dac4f4bf00810cf61a5a774a5b4d100fa802ba (patch)
tree845802baa69d6a58053ace96851c29e9978d0325 /examples/browser/history.h
parent8c1beff1a8c2620ad645124dc2a4e097ca80bc29 (diff)
downloadqtwebkit-examples-d0dac4f4bf00810cf61a5a774a5b4d100fa802ba.tar.gz
Fix compilation
Use QtWidgets where needed and ran fixqt4headers. Change-Id: I000b76009a1a26317d747203ebaca0ec445f8753 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'examples/browser/history.h')
-rw-r--r--examples/browser/history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/browser/history.h b/examples/browser/history.h
index 03ec241..e9d46bf 100644
--- a/examples/browser/history.h
+++ b/examples/browser/history.h
@@ -50,7 +50,7 @@
#include <QtCore/QTimer>
#include <QtCore/QUrl>
-#include <QtGui/QSortFilterProxyModel>
+#include <QtCore/QSortFilterProxyModel>
#include <QWebHistoryInterface>