diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:24:08 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:24:08 (GMT) |
commit | 11baee94956f23ff76757040ab10fb3d632d5b42 (patch) | |
tree | 3cb9582c5f0f33c64df118e1fadbfcde50c0d8c6 /src/declarative/graphicsitems/qmlgraphicsparticles.cpp | |
parent | 5247ee562f76a51b8a81735d7da709d1b9b63796 (diff) | |
download | Qt-11baee94956f23ff76757040ab10fb3d632d5b42.zip Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.gz Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.bz2 |
Undo most of 913dd563064e8047fe738fc9c79135adfb928977
It seems we're going to have to so a syncqt/configure in Qt modules.
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicsparticles.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qmlgraphicsparticles.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsparticles.cpp b/src/declarative/graphicsitems/qmlgraphicsparticles.cpp index a1dbe14..6286dd3 100644 --- a/src/declarative/graphicsitems/qmlgraphicsparticles.cpp +++ b/src/declarative/graphicsitems/qmlgraphicsparticles.cpp @@ -39,7 +39,7 @@ ** ****************************************************************************/ -#include "qmlgraphicsitem_p.h" +#include <private/qmlgraphicsitem_p.h> #include <stdlib.h> #include <math.h> @@ -50,12 +50,12 @@ #ifndef INT_MAX #define INT_MAX 2147483647 #endif -#include "qmlpixmapcache_p.h" -#include "qfxperf_p_p.h" -#include "qmlanimation_p_p.h" +#include <private/qmlpixmapcache_p.h> +#include <private/qfxperf_p_p.h> +#include <private/qmlanimation_p_p.h> #include <QNetworkReply> -#include "qmlgraphicsparticles_p.h" +#include <private/qmlgraphicsparticles_p.h> #include <QPainter> #include <QtGui/qdrawutil.h> #include <QVarLengthArray> |