diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2010-03-03 05:07:34 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2010-03-03 07:10:34 (GMT) |
commit | f68389023cb8f0365c51fdc1fca06910f36dda2d (patch) | |
tree | 0a489af18045940213f17d6e49bdfa86a6e507ba /tests/auto/qdeclarativevideo/tst_qdeclarativevideo.cpp | |
parent | 55cec1c8e73f90f968ce181c3310e5e16f2d5bd8 (diff) | |
download | Qt-f68389023cb8f0365c51fdc1fca06910f36dda2d.zip Qt-f68389023cb8f0365c51fdc1fca06910f36dda2d.tar.gz Qt-f68389023cb8f0365c51fdc1fca06910f36dda2d.tar.bz2 |
Remove dependency on declarative from multimedia.
Move all declarative related classes into the multimedia declarative module.
Reviewed-by: Andrew den Exter
Diffstat (limited to 'tests/auto/qdeclarativevideo/tst_qdeclarativevideo.cpp')
-rw-r--r-- | tests/auto/qdeclarativevideo/tst_qdeclarativevideo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdeclarativevideo/tst_qdeclarativevideo.cpp b/tests/auto/qdeclarativevideo/tst_qdeclarativevideo.cpp index 9fc1e70..d3bfc38 100644 --- a/tests/auto/qdeclarativevideo/tst_qdeclarativevideo.cpp +++ b/tests/auto/qdeclarativevideo/tst_qdeclarativevideo.cpp @@ -41,7 +41,7 @@ #include <QtTest/QtTest> -#include <QtMultimedia/private/qdeclarativevideo_p.h> +#include "../../../src/plugins/qdeclarativemodules/multimedia/qdeclarativevideo_p.h" #include <QtGui/qapplication.h> #include <QtMultimedia/qabstractvideosurface.h> |