summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation_p_p.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-12-03 17:49:33 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-12-03 18:19:52 (GMT)
commit4621061e8c32e234a0d7688e226e92d87172f99b (patch)
tree8b1a7d6a81070caa45dcf6434a07f8f4176d2efe /src/declarative/util/qmlanimation_p_p.h
parentab694f173485205e42f99fc775b4ea10765f517c (diff)
downloadQt-4621061e8c32e234a0d7688e226e92d87172f99b.zip
Qt-4621061e8c32e234a0d7688e226e92d87172f99b.tar.gz
Qt-4621061e8c32e234a0d7688e226e92d87172f99b.tar.bz2
fix includes
- include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
Diffstat (limited to 'src/declarative/util/qmlanimation_p_p.h')
-rw-r--r--src/declarative/util/qmlanimation_p_p.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/declarative/util/qmlanimation_p_p.h b/src/declarative/util/qmlanimation_p_p.h
index 326e1c6..5dac59a 100644
--- a/src/declarative/util/qmlanimation_p_p.h
+++ b/src/declarative/util/qmlanimation_p_p.h
@@ -53,19 +53,23 @@
// We mean it.
//
-#include <private/qobject_p.h>
-#include <private/qmlnullablevalue_p_p.h>
-#include <private/qvariantanimation_p.h>
+#include "qmlanimation_p.h"
+
+#include "qmlnullablevalue_p_p.h"
+#include "qmltimeline_p_p.h"
+
+#include <qml.h>
+#include <qmlcontext.h>
+
#include <QtCore/QPauseAnimation>
#include <QtCore/QVariantAnimation>
#include <QtCore/QAnimationGroup>
#include <QtGui/QColor>
-#include <private/qmlanimation_p.h>
-#include <qml.h>
-#include <qmlcontext.h>
-#include <private/qmltimeline_p_p.h>
#include <QDebug>
+#include <private/qobject_p.h>
+#include <private/qvariantanimation_p.h>
+
QT_BEGIN_NAMESPACE
//interface for classes that provide animation actions for QActionAnimation