diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-26 10:03:45 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-26 10:03:45 (GMT) |
commit | 0015e9ba53ab0e6a7005b18823513aec63df6939 (patch) | |
tree | fb9e0172be5525b18214d365eaefca0e2861e58b /src/gui/kernel/qwidget.h | |
parent | a5af8ab70d67f74811bb932ab2ed7459eb3e0f8e (diff) | |
download | Qt-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 'src/gui/kernel/qwidget.h')
-rw-r--r-- | src/gui/kernel/qwidget.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h index 82e9f36..1667275 100644 --- a/src/gui/kernel/qwidget.h +++ b/src/gui/kernel/qwidget.h @@ -59,8 +59,6 @@ #include <QtGui/qevent.h> #endif -#include <QtGui/qgesture.h> - QT_BEGIN_HEADER QT_BEGIN_NAMESPACE @@ -98,6 +96,7 @@ class QIcon; class QWindowSurface; class QLocale; class QGraphicsProxyWidget; +class QGestureManager; #if defined(Q_WS_X11) class QX11Info; #endif |