summaryrefslogtreecommitdiffstats
path: root/tests/auto/qalgorithms
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2011-03-18 12:27:44 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:06:01 +0200
commit574e7e44d335273a888784c3a2eeedebe5d4e9ca (patch)
tree59a19248bd1c7c627f68b7acc62c5cd4ff93619c /tests/auto/qalgorithms
parentbd025379c8241c6757168c247163a4794fcf580f (diff)
q3tl.h is copied to qalgorithms autotest directory
Diffstat (limited to 'tests/auto/qalgorithms')
-rw-r--r--tests/auto/qalgorithms/tst_qalgorithms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qalgorithms/tst_qalgorithms.cpp b/tests/auto/qalgorithms/tst_qalgorithms.cpp
index 8dd7cbcc28..d0d8e9aead 100644
--- a/tests/auto/qalgorithms/tst_qalgorithms.cpp
+++ b/tests/auto/qalgorithms/tst_qalgorithms.cpp
@@ -47,7 +47,7 @@
#include <sstream>
#include <algorithm>
#include <qalgorithms.h>
-#include "../../../src/qt3support/tools/q3tl.h"
+#include "q3tl.h"
#include <QStringList>
#include <QString>
#include <QVector>