diff options
author | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-06-18 12:56:59 (GMT) |
---|---|---|
committer | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-06-18 12:56:59 (GMT) |
commit | 734cc7dd63147f80cd4794351b9124f8d6eb88fe (patch) | |
tree | 22bb4278ef679494d5b4c9b837da92c088769d3d /src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp | |
parent | d49fd874258c055b54b122a0c1f6f10ee20f11ea (diff) | |
download | Qt-734cc7dd63147f80cd4794351b9124f8d6eb88fe.zip Qt-734cc7dd63147f80cd4794351b9124f8d6eb88fe.tar.gz Qt-734cc7dd63147f80cd4794351b9124f8d6eb88fe.tar.bz2 |
Move QGraphicsSceneBspTreeIndex into private headers (=> _p.h).
We'll keep this as private API for now.
Reviewed-by: Alexis
Diffstat (limited to 'src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp')
-rw-r--r-- | src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp b/src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp index 54bf09b..27b5514 100644 --- a/src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp +++ b/src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp @@ -75,14 +75,10 @@ \sa QGraphicsScene, QGraphicsView, QGraphicsSceneIndex */ -#include "qgraphicsscenebsptreeindex.h" - #ifndef QT_NO_GRAPHICSVIEW -#include "qgraphicsscenebsptreeindex_p.h" -#include "qgraphicsitem_p.h" -#include "qgraphicsscene_p.h" - +#include <private/qgraphicsscene_p.h> +#include <private/qgraphicsscenebsptreeindex_p.h> #include <private/qgraphicssceneindex_p.h> #include <QtCore/qmath.h> @@ -783,7 +779,7 @@ bool QGraphicsSceneBspTreeIndex::event(QEvent *event) QT_END_NAMESPACE -#include "moc_qgraphicsscenebsptreeindex.cpp" +#include "moc_qgraphicsscenebsptreeindex_p.cpp" #endif // QT_NO_GRAPHICSVIEW |