blob: 7b23c2f1800784acefdd29fdfedc049ee851b3c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From e9e2452f609acc9a2c164401acc0f034b275cade Mon Sep 17 00:00:00 2001
From: Prasanth Ullattil <prasanth.ullattil@nokia.com>
Date: Fri, 18 Mar 2011 12:27:44 +0100
Subject: [PATCH] q3tl.h is copied to qalgorithms autotest directory
---
qtbase/tests/auto/qalgorithms/tst_qalgorithms.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/qtbase/tests/auto/qalgorithms/tst_qalgorithms.cpp b/qtbase/tests/auto/qalgorithms/tst_qalgorithms.cpp
index 8dd7cbc..d0d8e9a 100644
--- a/qtbase/tests/auto/qalgorithms/tst_qalgorithms.cpp
+++ b/qtbase/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>
--
1.7.3.2.343.g7d43d
|