summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-02 02:35:48 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-02 02:46:45 (GMT)
commit36e237d5dc4bb0728b63f26d9af07fe9c1b1601f (patch)
treea9f0ce2a5e4c765abf754b4e4dcad5da20a53a15 /src/declarative/fx
parent7f73eb160e0499750c42224afc34a9432afa1b48 (diff)
downloadQt-36e237d5dc4bb0728b63f26d9af07fe9c1b1601f.zip
Qt-36e237d5dc4bb0728b63f26d9af07fe9c1b1601f.tar.gz
Qt-36e237d5dc4bb0728b63f26d9af07fe9c1b1601f.tar.bz2
Move timeline class to util and make private.
Diffstat (limited to 'src/declarative/fx')
-rw-r--r--src/declarative/fx/qfxflickable_p.h2
-rw-r--r--src/declarative/fx/qfxpathview_p.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxflickable_p.h b/src/declarative/fx/qfxflickable_p.h
index a3b1500..28ec6d8 100644
--- a/src/declarative/fx/qfxflickable_p.h
+++ b/src/declarative/fx/qfxflickable_p.h
@@ -57,7 +57,7 @@
#include "qfxflickable.h"
#include "qfxitem_p.h"
#include "qml.h"
-#include "qmltimelinevalueproxy.h"
+#include "private/qmltimeline_p.h"
#include "private/qmlanimation_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/declarative/fx/qfxpathview_p.h b/src/declarative/fx/qfxpathview_p.h
index b5c5ba2..b77c2a0 100644
--- a/src/declarative/fx/qfxpathview_p.h
+++ b/src/declarative/fx/qfxpathview_p.h
@@ -58,7 +58,6 @@
#include "qfxitem_p.h"
#include "qfxvisualitemmodel.h"
#include "qml.h"
-#include "qmltimelinevalueproxy.h"
#include "private/qmlanimation_p.h"
QT_BEGIN_NAMESPACE