summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-01 01:17:15 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-01 01:17:15 (GMT)
commit913dd563064e8047fe738fc9c79135adfb928977 (patch)
tree28477b156da3dc84876cec403f56876126ac94e8 /src/declarative/debugger
parent27e55ed231f2afe5a775c3ea92f2ef4bf1f6a26d (diff)
downloadQt-913dd563064e8047fe738fc9c79135adfb928977.zip
Qt-913dd563064e8047fe738fc9c79135adfb928977.tar.gz
Qt-913dd563064e8047fe738fc9c79135adfb928977.tar.bz2
Remove include styles that rely on configure.
May help modularization (syncqt and configure are Qt-specific).
Diffstat (limited to 'src/declarative/debugger')
-rw-r--r--src/declarative/debugger/qmldebug.cpp2
-rw-r--r--src/declarative/debugger/qmldebugclient.cpp2
-rw-r--r--src/declarative/debugger/qmldebugservice.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/debugger/qmldebug.cpp b/src/declarative/debugger/qmldebug.cpp
index 72f613a..40995e7 100644
--- a/src/declarative/debugger/qmldebug.cpp
+++ b/src/declarative/debugger/qmldebug.cpp
@@ -41,7 +41,7 @@
#include "qmldebug_p.h"
#include "qmldebugclient_p.h"
#include <private/qobject_p.h>
-#include <private/qmlenginedebug_p.h>
+#include "qmlenginedebug_p.h"
class QmlEngineDebugClient : public QmlDebugClient
{
diff --git a/src/declarative/debugger/qmldebugclient.cpp b/src/declarative/debugger/qmldebugclient.cpp
index 2cd1301..3a76b36 100644
--- a/src/declarative/debugger/qmldebugclient.cpp
+++ b/src/declarative/debugger/qmldebugclient.cpp
@@ -41,7 +41,7 @@
#include "qmldebugclient_p.h"
#include <private/qobject_p.h>
-#include <private/qpacketprotocol_p.h>
+#include "qpacketprotocol_p.h"
#include <QtCore/qdebug.h>
#include <QtCore/qstringlist.h>
diff --git a/src/declarative/debugger/qmldebugservice.cpp b/src/declarative/debugger/qmldebugservice.cpp
index b54ad63..3c09585 100644
--- a/src/declarative/debugger/qmldebugservice.cpp
+++ b/src/declarative/debugger/qmldebugservice.cpp
@@ -44,7 +44,7 @@
#include <QtNetwork/qtcpserver.h>
#include <QtNetwork/qtcpsocket.h>
#include <private/qobject_p.h>
-#include <private/qpacketprotocol_p.h>
+#include "qpacketprotocol_p.h"
#include <QtCore/qstringlist.h>
QT_BEGIN_NAMESPACE