diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-30 08:30:27 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-30 08:30:27 (GMT) |
commit | 9170d122291036d930aa5afb79280922ed1d586f (patch) | |
tree | 8318a409d280e651084c79ac75985b9f024a7c2b /src/declarative/util/qmlspringfollow_p.h | |
parent | 3a20331b59434141935a78b768a628656c0452a7 (diff) | |
download | Qt-9170d122291036d930aa5afb79280922ed1d586f.zip Qt-9170d122291036d930aa5afb79280922ed1d586f.tar.gz Qt-9170d122291036d930aa5afb79280922ed1d586f.tar.bz2 |
Cleanup
Diffstat (limited to 'src/declarative/util/qmlspringfollow_p.h')
-rw-r--r-- | src/declarative/util/qmlspringfollow_p.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/util/qmlspringfollow_p.h b/src/declarative/util/qmlspringfollow_p.h index cadb344..b81539a 100644 --- a/src/declarative/util/qmlspringfollow_p.h +++ b/src/declarative/util/qmlspringfollow_p.h @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#ifndef QMLFOLLOW_H -#define QMLFOLLOW_H +#ifndef QMLSMOOTHFOLLOW_H +#define QMLSMOOTHFOLLOW_H #include <QtDeclarative/qmlpropertyvaluesource.h> #include <QtDeclarative/qml.h> @@ -110,4 +110,4 @@ QML_DECLARE_TYPE(QmlSpringFollow) QT_END_HEADER -#endif // QFXFOLLOW_H +#endif // QMLSMOOTHFOLLOW_H |