aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlobserver/main.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-11-09 12:32:33 +0100
committerKai Koehne <kai.koehne@nokia.com>2010-11-09 12:40:06 +0100
commit3d758f12c4505ffa80395cceb5aec1454c36ff8f (patch)
treee1c124869a5a449ebf0336615b5c28625ce21362 /share/qtcreator/qml/qmlobserver/main.cpp
parent64e47901b091fee26379626ef78f3e69ffdfbd50 (diff)
QmlObserver: Fix compilation if no private headers are installed
Use the copy of the qdeclarativedebughelper_p.h that we have in qtcreator instead. Reviewed-by: Christiaan Janssen
Diffstat (limited to 'share/qtcreator/qml/qmlobserver/main.cpp')
-rw-r--r--share/qtcreator/qml/qmlobserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qml/qmlobserver/main.cpp b/share/qtcreator/qml/qmlobserver/main.cpp
index 464b6a83a8..baa0fb948e 100644
--- a/share/qtcreator/qml/qmlobserver/main.cpp
+++ b/share/qtcreator/qml/qmlobserver/main.cpp
@@ -50,7 +50,7 @@
#include <QDebug>
#include <QMessageBox>
#include "qdeclarativetester.h"
-#include "private/qdeclarativedebughelper_p.h"
+#include "qt_private/qdeclarativedebughelper_p.h"
QT_USE_NAMESPACE