summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-06-26 10:03:45 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-06-26 10:03:45 (GMT)
commit0015e9ba53ab0e6a7005b18823513aec63df6939 (patch)
treefb9e0172be5525b18214d365eaefca0e2861e58b /examples
parenta5af8ab70d67f74811bb932ab2ed7459eb3e0f8e (diff)
downloadQt-0015e9ba53ab0e6a7005b18823513aec63df6939.zip
Qt-0015e9ba53ab0e6a7005b18823513aec63df6939.tar.gz
Qt-0015e9ba53ab0e6a7005b18823513aec63df6939.tar.bz2
Cleanup includes in public headers.
We don't want to pull in too much if we can avoid it.
Diffstat (limited to 'examples')
-rw-r--r--examples/gestures/browser/webview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gestures/browser/webview.cpp b/examples/gestures/browser/webview.cpp
index 2eee119..aee061d 100644
--- a/examples/gestures/browser/webview.cpp
+++ b/examples/gestures/browser/webview.cpp
@@ -48,6 +48,7 @@
#include "webview.h"
#include <QtGui/QClipboard>
+#include <QtGui/QGesture>
#include <QtGui/QMenu>
#include <QtGui/QMessageBox>
#include <QtGui/QMouseEvent>