summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra
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/extra
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/extra')
-rw-r--r--src/declarative/extra/qfxflowview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qfxflowview.h b/src/declarative/extra/qfxflowview.h
index 2bec6a1..126f567 100644
--- a/src/declarative/extra/qfxflowview.h
+++ b/src/declarative/extra/qfxflowview.h
@@ -42,7 +42,7 @@
#ifndef QFXFLOWVIEW_H
#define QFXFLOWVIEW_H
-#include <QtDeclarative/QmlTimeLine>
+#include <private/qmltimeline_p.h>
#include <QtDeclarative/qfxitem.h>
QT_BEGIN_HEADER