summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-02-18 15:40:32 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-02-18 17:05:16 +0200
commitf6c973249d5ee08a750df7bcb4ebe8e1a5d9b88e (patch)
treed7b1954ba1df671c299879132020656af4d2cf36
parente3f4ca4185d4681ae04fc6f9b6c146a131b09090 (diff)
downloadqt-creator-f6c973249d5ee08a750df7bcb4ebe8e1a5d9b88e.tar.gz
Fix include type.
Change-Id: Ibf9e205c3b2faf46216043c9061209cb29c13b04 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--plugins/autotest/testxmloutputreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autotest/testxmloutputreader.h b/plugins/autotest/testxmloutputreader.h
index 6d15a2b885..436dd5fc68 100644
--- a/plugins/autotest/testxmloutputreader.h
+++ b/plugins/autotest/testxmloutputreader.h
@@ -19,7 +19,7 @@
#ifndef TESTXMLOUTPUTREADER_H
#define TESTXMLOUTPUTREADER_H
-#include <testresult.h>
+#include "testresult.h"
#include <QObject>
#include <QString>