summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJens Bache-Wiig <jbache@trolltech.com>2009-05-19 10:51:30 +0200
committerJens Bache-Wiig <jbache@trolltech.com>2009-05-19 10:54:41 +0200
commit48328daeb082385bd8f8074ee77c7cbee9cde637 (patch)
tree81ec02097be641083b359ecc012225a0439cb8aa /tests
parent4bcc39e50b68d69f6b94b1095b35f678c42c5aad (diff)
Fix autotest compile for qitemview on windows
Reviewed-by: Thomas Zander
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qitemview/tst_qitemview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qitemview/tst_qitemview.cpp b/tests/auto/qitemview/tst_qitemview.cpp
index 748bd502a9..3317c1de1d 100644
--- a/tests/auto/qitemview/tst_qitemview.cpp
+++ b/tests/auto/qitemview/tst_qitemview.cpp
@@ -42,7 +42,7 @@
#include <QtTest/QtTest>
#include <QtCore/QtCore>
-#include <viewstotest.cpp>
+#include "viewstotest.cpp"
#include <stdlib.h>
#if defined(Q_OS_WIN)