diff options
Diffstat (limited to 'src/declarative/util/qmleasefollow.cpp')
-rw-r--r-- | src/declarative/util/qmleasefollow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmleasefollow.cpp b/src/declarative/util/qmleasefollow.cpp index 60e48c8..0b844f9 100644 --- a/src/declarative/util/qmleasefollow.cpp +++ b/src/declarative/util/qmleasefollow.cpp @@ -39,11 +39,11 @@ ** ****************************************************************************/ -#include "qmleasefollow_p.h" +#include <private/qmleasefollow_p.h> #include <qmlmetaproperty.h> #include <math.h> #include <QtCore/qdebug.h> -#include "qmlanimation_p_p.h" +#include <private/qmlanimation_p_p.h> QT_BEGIN_NAMESPACE |