summaryrefslogtreecommitdiffstats
path: root/tests/auto/qitemmodel
diff options
context:
space:
mode:
authorJens Bache-Wiig <jbache@trolltech.com>2009-05-19 11:00:41 +0200
committerJens Bache-Wiig <jbache@trolltech.com>2009-05-19 11:01:24 +0200
commit589a8689705dc0572990b416f7ef085986ff2f57 (patch)
tree32761e36fa3558e3d22a42c06d3ab0609b0d2d71 /tests/auto/qitemmodel
parent46f776a1c6b7e72ebe69ecde130d514b69fe4319 (diff)
Fix autotest for qitemmodel on windows
Fixed a broken include Reviewed-by: Thomas Zander
Diffstat (limited to 'tests/auto/qitemmodel')
-rw-r--r--tests/auto/qitemmodel/tst_qitemmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qitemmodel/tst_qitemmodel.cpp b/tests/auto/qitemmodel/tst_qitemmodel.cpp
index ea1972e280..d29a3e3913 100644
--- a/tests/auto/qitemmodel/tst_qitemmodel.cpp
+++ b/tests/auto/qitemmodel/tst_qitemmodel.cpp
@@ -54,7 +54,7 @@
#include <QtTest/QtTest>
#include <QtCore>
#include <qdebug.h>
-#include <modelstotest.cpp>
+#include "modelstotest.cpp"
#include <QMetaType>
Q_DECLARE_METATYPE(QModelIndex)