diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-02 02:35:48 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-02 02:46:45 (GMT) |
commit | 36e237d5dc4bb0728b63f26d9af07fe9c1b1601f (patch) | |
tree | a9f0ce2a5e4c765abf754b4e4dcad5da20a53a15 /src/declarative/extra | |
parent | 7f73eb160e0499750c42224afc34a9432afa1b48 (diff) | |
download | Qt-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.h | 2 |
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 |