summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/creatorplugin/qmlinspectormode.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:12:18 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:12:18 (GMT)
commit564894627debad93433f16506ccf32afeb23d004 (patch)
treea96a4c6cc7cf4f8032bb915e08bbd0092a890e9c /tools/qmldebugger/creatorplugin/qmlinspectormode.cpp
parent44a0c19eae2099e6cdb44825123a4b8ee9a5bf20 (diff)
downloadQt-564894627debad93433f16506ccf32afeb23d004.zip
Qt-564894627debad93433f16506ccf32afeb23d004.tar.gz
Qt-564894627debad93433f16506ccf32afeb23d004.tar.bz2
Make private headers _p
Diffstat (limited to 'tools/qmldebugger/creatorplugin/qmlinspectormode.cpp')
-rw-r--r--tools/qmldebugger/creatorplugin/qmlinspectormode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmldebugger/creatorplugin/qmlinspectormode.cpp b/tools/qmldebugger/creatorplugin/qmlinspectormode.cpp
index 5881cd1..0d404ab 100644
--- a/tools/qmldebugger/creatorplugin/qmlinspectormode.cpp
+++ b/tools/qmldebugger/creatorplugin/qmlinspectormode.cpp
@@ -33,8 +33,8 @@
#include <utils/styledbar.h>
#include <utils/fancymainwindow.h>
-#include <QtDeclarative/qmldebug.h>
-#include <QtDeclarative/qmldebugclient.h>
+#include <private/qmldebug_p.h>
+#include <private/qmldebugclient_p.h>
#include "../standalone/objectpropertiesview.h"
#include "../standalone/objecttree.h"