diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-20 01:45:05 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-20 01:45:05 (GMT) |
commit | 07908701ea4e8c998cee111b3e11aeff1bf26bf7 (patch) | |
tree | 4e8da6b8809f95d42915071a192ebae89cca96fd /src/declarative/qml/qmlrefcount_p.h | |
parent | e6fa564cb2f562eaca675872c08af14614a76283 (diff) | |
parent | 7f872ea70d357788bbda18f28d4765d5c3a1510e (diff) | |
download | Qt-07908701ea4e8c998cee111b3e11aeff1bf26bf7.zip Qt-07908701ea4e8c998cee111b3e11aeff1bf26bf7.tar.gz Qt-07908701ea4e8c998cee111b3e11aeff1bf26bf7.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmlrefcount_p.h')
-rw-r--r-- | src/declarative/qml/qmlrefcount_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlrefcount_p.h b/src/declarative/qml/qmlrefcount_p.h index 90b50a8..1355c86 100644 --- a/src/declarative/qml/qmlrefcount_p.h +++ b/src/declarative/qml/qmlrefcount_p.h @@ -42,7 +42,7 @@ #ifndef QMLREFCOUNT_P_H #define QMLREFCOUNT_P_H -#include <qglobal.h> +#include <QtCore/qglobal.h> QT_BEGIN_HEADER |