summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/packagemanagercore
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-07-11 15:15:26 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-07-15 11:36:15 +0200
commit62ef1132ae0775dae628b45f2642c25b19b740a5 (patch)
tree2d653bdabad589dbbdc88ca770eef8eb6530636d /tests/auto/installer/packagemanagercore
parent7e22555eaab60a575bf8185b860ba6f7d6639515 (diff)
Move class BinaryContent into its own file.
Prepare for QTIFW-292 and QTIFW-345. Change-Id: I938b5aa728e8f81eb9521df5753ad80ac630d96e Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tests/auto/installer/packagemanagercore')
-rw-r--r--tests/auto/installer/packagemanagercore/tst_packagemanagercore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/installer/packagemanagercore/tst_packagemanagercore.cpp b/tests/auto/installer/packagemanagercore/tst_packagemanagercore.cpp
index 8a7af4a0b..f1306a10c 100644
--- a/tests/auto/installer/packagemanagercore/tst_packagemanagercore.cpp
+++ b/tests/auto/installer/packagemanagercore/tst_packagemanagercore.cpp
@@ -39,7 +39,7 @@
**
**************************************************************************/
-#include <binaryformat.h>
+#include <binarycontent.h>
#include <component.h>
#include <errors.h>
#include <fileutils.h>