summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-02 23:24:08 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-02 23:24:08 (GMT)
commit11baee94956f23ff76757040ab10fb3d632d5b42 (patch)
tree3cb9582c5f0f33c64df118e1fadbfcde50c0d8c6 /src/declarative/util/qmlanimation.cpp
parent5247ee562f76a51b8a81735d7da709d1b9b63796 (diff)
downloadQt-11baee94956f23ff76757040ab10fb3d632d5b42.zip
Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.gz
Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.bz2
Undo most of 913dd563064e8047fe738fc9c79135adfb928977
It seems we're going to have to so a syncqt/configure in Qt modules.
Diffstat (limited to 'src/declarative/util/qmlanimation.cpp')
-rw-r--r--src/declarative/util/qmlanimation.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/declarative/util/qmlanimation.cpp b/src/declarative/util/qmlanimation.cpp
index c78deb0..c6e8a18 100644
--- a/src/declarative/util/qmlanimation.cpp
+++ b/src/declarative/util/qmlanimation.cpp
@@ -39,15 +39,15 @@
**
****************************************************************************/
-#include "qmlanimation_p.h"
+#include <private/qmlanimation_p.h>
#include "qvariant.h"
#include "qcolor.h"
#include "qfile.h"
#include "qmlpropertyvaluesource.h"
#include "qml.h"
#include "qmlinfo.h"
-#include "qmlanimation_p_p.h"
-#include "qmlbehavior_p.h"
+#include <private/qmlanimation_p_p.h>
+#include <private/qmlbehavior_p.h>
#include <QParallelAnimationGroup>
#include <QSequentialAnimationGroup>
#include <QtCore/qset.h>
@@ -55,10 +55,10 @@
#include <QtCore/qpoint.h>
#include <QtCore/qsize.h>
#include <qmlexpression.h>
-#include "qmlstateoperations_p.h"
-#include "qmlstringconverters_p.h"
+#include <private/qmlstateoperations_p.h>
+#include <private/qmlstringconverters_p.h>
#include <private/qvariantanimation_p.h>
-#include "qmlglobal_p.h"
+#include <private/qmlglobal_p.h>
QT_BEGIN_NAMESPACE