diff options
author | David Boddie <david.boddie@nokia.com> | 2011-04-05 12:09:01 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-04-05 14:44:43 (GMT) |
commit | 7fd997903620bca50a4303776ef7aca8f0ea1f01 (patch) | |
tree | 4d4ba7b306bb2a2d8b6d143cb29e3a938ae1e39f /tools/qdoc3/qmlcodemarker.h | |
parent | a343e8674947415f8ef3319c62a88f72458f25ad (diff) | |
download | Qt-7fd997903620bca50a4303776ef7aca8f0ea1f01.zip Qt-7fd997903620bca50a4303776ef7aca8f0ea1f01.tar.gz Qt-7fd997903620bca50a4303776ef7aca8f0ea1f01.tar.bz2 |
Fixed the declarative headers and includes within qdoc.
Diffstat (limited to 'tools/qdoc3/qmlcodemarker.h')
-rw-r--r-- | tools/qdoc3/qmlcodemarker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/qmlcodemarker.h b/tools/qdoc3/qmlcodemarker.h index d693456..aab3455 100644 --- a/tools/qdoc3/qmlcodemarker.h +++ b/tools/qdoc3/qmlcodemarker.h @@ -46,7 +46,7 @@ #ifndef QMLCODEMARKER_H #define QMLCODEMARKER_H -#include "private/qdeclarativejsastfwd_p.h" +#include "declarativeparser/qdeclarativejsastfwd_p.h" #include "cppcodemarker.h" QT_BEGIN_NAMESPACE |