diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:24:08 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:24:08 (GMT) |
commit | 11baee94956f23ff76757040ab10fb3d632d5b42 (patch) | |
tree | 3cb9582c5f0f33c64df118e1fadbfcde50c0d8c6 /src/declarative/qml/qmlenginedebug.cpp | |
parent | 5247ee562f76a51b8a81735d7da709d1b9b63796 (diff) | |
download | Qt-11baee94956f23ff76757040ab10fb3d632d5b42.zip Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.gz Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.bz2 |
Undo most of 913dd563064e8047fe738fc9c79135adfb928977
It seems we're going to have to so a syncqt/configure in Qt modules.
Diffstat (limited to 'src/declarative/qml/qmlenginedebug.cpp')
-rw-r--r-- | src/declarative/qml/qmlenginedebug.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/qml/qmlenginedebug.cpp b/src/declarative/qml/qmlenginedebug.cpp index 6871236..68c0607 100644 --- a/src/declarative/qml/qmlenginedebug.cpp +++ b/src/declarative/qml/qmlenginedebug.cpp @@ -39,16 +39,16 @@ ** ****************************************************************************/ -#include "qmlenginedebug_p.h" -#include "qmlboundsignal_p.h" +#include <private/qmlenginedebug_p.h> +#include <private/qmlboundsignal_p.h> #include <QtCore/qdebug.h> #include <QtCore/qmetaobject.h> #include <qmlengine.h> #include <qmlmetatype.h> #include <qmlmetaproperty.h> #include <qmlbinding.h> -#include "qmlcontext_p.h" -#include "qmlwatcher_p.h" +#include <private/qmlcontext_p.h> +#include <private/qmlwatcher_p.h> QT_BEGIN_NAMESPACE |