summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-06-06 11:58:19 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-10 21:12:01 +0200
commit69fa0012c748f9024ac21b5d6a9f1be1abb805a5 (patch)
tree6bb67fad6270e57f78853048b64bb95b3a11ac3f /tests
parentebea15cb33da8063a630867e38eacf7857b0b936 (diff)
use qtconcurrent instead of qtgui in test code
this works with -no-gui, and doesn't interfere with our upcoming ANGLE hackery. Change-Id: I2985cc0acd1fbf185b8967ffe58606b1b7dd9d1e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/tools/moc/no-keywords.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/moc/no-keywords.h b/tests/auto/tools/moc/no-keywords.h
index e04e36b678..ffd5928370 100644
--- a/tests/auto/tools/moc/no-keywords.h
+++ b/tests/auto/tools/moc/no-keywords.h
@@ -47,7 +47,7 @@
#define slots Baz
#define emit Yoyodyne
-#include <QtGui/QtGui>
+#include <QtConcurrent/QtConcurrent>
#include <QtCore>
#include <QtNetwork/QtNetwork>
#include <QtSql/QtSql>