summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qabstractanimation.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-06-04 12:32:33 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-06-04 12:33:54 (GMT)
commite2382d731249dc57e7c538ec60b3f1f714741cfd (patch)
tree1e27f52d8553375f4e783b554fe1b1a27e43d1c6 /src/corelib/animation/qabstractanimation.cpp
parent7e6b33b29057556903c37aadd0f48650641591fa (diff)
downloadQt-e2382d731249dc57e7c538ec60b3f1f714741cfd.zip
Qt-e2382d731249dc57e7c538ec60b3f1f714741cfd.tar.gz
Qt-e2382d731249dc57e7c538ec60b3f1f714741cfd.tar.bz2
move the QT_NO_ANIMATION macro to the right place (ie after other
includes)
Diffstat (limited to 'src/corelib/animation/qabstractanimation.cpp')
-rw-r--r--src/corelib/animation/qabstractanimation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp
index 61d61df..fcc63a4 100644
--- a/src/corelib/animation/qabstractanimation.cpp
+++ b/src/corelib/animation/qabstractanimation.cpp
@@ -142,8 +142,6 @@
\sa direction
*/
-#ifndef QT_NO_ANIMATION
-
#include "qabstractanimation.h"
#include "qanimationgroup.h"
#include <QtCore/qdebug.h>
@@ -155,6 +153,8 @@
#include <QtCore/qcoreevent.h>
#include <QtCore/qpointer.h>
+#ifndef QT_NO_ANIMATION
+
#define DEFAULT_TIMER_INTERVAL 16
QT_BEGIN_NAMESPACE