summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Pokrzywka <romain@kdab.com>2010-08-19 14:59:21 +0200
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>2010-09-21 13:00:20 -0500
commitcc28790dcdc1e519c4a097ba8d91ec7b19b14b54 (patch)
treea6b13d64e966d90279cf43ec0eee972f70b7d201
parent36fc9e830b828b69c4df775c68c07c25c9bab4cf (diff)
fix build with QT_NO_GESTURES
-rw-r--r--src/gui/kernel/qapplication_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h
index aa3a6d52b4..9c5095d390 100644
--- a/src/gui/kernel/qapplication_p.h
+++ b/src/gui/kernel/qapplication_p.h
@@ -530,12 +530,12 @@ public:
#ifndef QT_NO_GESTURES
QGestureManager *gestureManager;
QWidget *gestureWidget;
+#endif
#if defined(Q_WS_X11) || defined(Q_WS_WIN)
QPixmap *move_cursor;
QPixmap *copy_cursor;
QPixmap *link_cursor;
#endif
-#endif
#if defined(Q_WS_WIN)
QPixmap *ignore_cursor;
#endif