src/gui/kernel/qevent.h
changeset 33 3e2da88830cd
parent 18 2f34d5167611
--- a/src/gui/kernel/qevent.h	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/gui/kernel/qevent.h	Wed Aug 18 10:37:55 2010 +0300
@@ -62,7 +62,9 @@
 QT_MODULE(Gui)
 
 class QAction;
+#ifndef QT_NO_GESTURES
 class QGesture;
+#endif
 
 class Q_GUI_EXPORT QInputEvent : public QEvent
 {
@@ -824,6 +826,7 @@
     friend class QApplicationPrivate;
 };
 
+#ifndef QT_NO_GESTURES
 class QGesture;
 class QGestureEventPrivate;
 class Q_GUI_EXPORT QGestureEvent : public QEvent
@@ -875,6 +878,7 @@
     friend class QApplication;
     friend class QGestureManager;
 };
+#endif // QT_NO_GESTURES
 
 QT_END_NAMESPACE