summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-08 12:14:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-16 17:10:15 +0200
commitf14e2686949bf969c2b0da76816b71a7167089f9 (patch)
tree3a62eaa9e5bbb58442ba4d5d91af621a9e8ee0bf /tests/auto/other
parent677825f0bad9ee8fb48edf3d4b18799d298767c5 (diff)
don't erroneously claim that gui support is needed
Change-Id: Ia7b1f02cab9fa0fc9e487ca49d75e85ed0cfee9d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/modeltest/modeltest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/other/modeltest/modeltest.cpp b/tests/auto/other/modeltest/modeltest.cpp
index d356b26c54..a5233c4c3a 100644
--- a/tests/auto/other/modeltest/modeltest.cpp
+++ b/tests/auto/other/modeltest/modeltest.cpp
@@ -39,11 +39,9 @@
**
****************************************************************************/
-
-#include <QtGui/QtGui>
-
#include "modeltest.h"
+#include <QtCore/QtCore>
#include <QtTest/QtTest>
/*!