diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-06-17 12:15:14 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2009-06-17 12:15:14 (GMT) |
commit | 8a0e002ccc762ef3edbc3c9ad91b4d6017cb91bb (patch) | |
tree | b8a8186c0089cb8843d2cec1802e0064f25822e3 /src/gui/graphicsview/qgraphicsitem.cpp | |
parent | cd43fc3a5fed0b3c45050d1fb286cef39ee1ac52 (diff) | |
download | Qt-8a0e002ccc762ef3edbc3c9ad91b4d6017cb91bb.zip Qt-8a0e002ccc762ef3edbc3c9ad91b4d6017cb91bb.tar.gz Qt-8a0e002ccc762ef3edbc3c9ad91b4d6017cb91bb.tar.bz2 |
Make eveything internal for now but ready to see the light.
Diffstat (limited to 'src/gui/graphicsview/qgraphicsitem.cpp')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index 39ad447..593d7be 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -554,7 +554,7 @@ #include "qgraphicsview.h" #include "qgraphicswidget.h" #include "qgraphicsproxywidget.h" -#include "qgraphicsscenebsptreeindex_p_p.h" +#include "qgraphicsscenebsptreeindex_p.h" #include <QtCore/qbitarray.h> #include <QtCore/qdebug.h> #include <QtCore/qpoint.h> |